From 7ebed2d54f6dbf37f9c8c380d15f63e6bb253015 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov <alexander.ivanov@ligo.org> Date: Wed, 25 Sep 2013 20:12:41 +0000 Subject: [PATCH] Restored lost semicolon. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3489 6dcd42c9-f523-4c6d-aada-af552506706e --- src/include/daqmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/daqmap.h b/src/include/daqmap.h index 7612a53b4..cd0bebd8c 100644 --- a/src/include/daqmap.h +++ b/src/include/daqmap.h @@ -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; /* -- GitLab