Browse Source

BUG: add missing ;

Bill Hoffman 23 years ago
parent
commit
f432cc54cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/CursesDialog/cmCursesStandardIncludes.h

+ 2 - 2
Source/CursesDialog/cmCursesStandardIncludes.h

@@ -46,9 +46,9 @@ enum
   cmCursesStandardIncludesHackRef1 = sizeof(cfgetospeed(0)),
   cmCursesStandardIncludesHackRef1 = sizeof(cfgetospeed(0)),
   cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
   cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
   cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
   cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
-  cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0))
+  cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0)),
   cmCursesStandardIncludesHackRef5 = sizeof(cfsetospeed(0,0)),
   cmCursesStandardIncludesHackRef5 = sizeof(cfsetospeed(0,0)),
-  cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0)),
+  cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0))
 };
 };
 #endif
 #endif