|
From: <kin...@us...> - 2023-07-08 14:52:42
|
Revision: 7064
http://sourceforge.net/p/teem/code/7064
Author: kindlmann
Date: 2023-07-08 14:52:40 +0000 (Sat, 08 Jul 2023)
Log Message:
-----------
trailing commas arent c89
Modified Paths:
--------------
teem/trunk/src/unrrdu/uncmt.c
Modified: teem/trunk/src/unrrdu/uncmt.c
===================================================================
--- teem/trunk/src/unrrdu/uncmt.c 2023-07-08 14:50:03 UTC (rev 7063)
+++ teem/trunk/src/unrrdu/uncmt.c 2023-07-08 14:52:40 UTC (rev 7064)
@@ -49,7 +49,7 @@
this deficiency was discovered by running this command on this source file.
*/
stateCCEsc, /* 7: in '' character constant and saw \ */
- stateElse, /* 8: everything else */
+ stateElse /* 8: everything else */
};
/* nfdsChar: next char for "No Float or Double in String" mode
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|