Skip to content
Snippets Groups Projects
Commit 7ebed2d5 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Restored lost semicolon.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3489 6dcd42c9-f523-4c6d-aada-af552506706e
parent 16dd2b11
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ typedef struct DAQ_XFER_INFO {
int totalSize; ///< DAQ + TP + EXC chans size in bytes.
int totalSizeNet; ///< DAQ + TP + EXC chans size in bytes sent to network driver.
int offsetAccum;
int fileCrc ///< CRC checksum of the DAQ configuration file.
int fileCrc; ///< CRC checksum of the DAQ configuration file.
} DAQ_XFER_INFO;
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment