Got rid of trailing comma in an enum.
authorWayne Davison <wayned@samba.org>
Sun, 2 May 2004 16:34:33 +0000 (16:34 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 2 May 2004 16:34:33 +0000 (16:34 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index d66657a..ea8667c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -123,7 +123,7 @@ enum msgcode {
        MSG_DATA=0,     /* raw data on the multiplexed stream */
        MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
        MSG_REDO=4,     /* reprocess indicated flist index */
-       MSG_DONE=5,     /* current phase is done */
+       MSG_DONE=5      /* current phase is done */
 };
 
 #include "errcode.h"