From f432cc54cf63596b4c8c50da61560b19eb3e8b2a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 1 Feb 2003 16:27:48 -0500 Subject: BUG: add missing ; --- Source/CursesDialog/cmCursesStandardIncludes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h index d72f0c6..3a0d214 100644 --- a/Source/CursesDialog/cmCursesStandardIncludes.h +++ b/Source/CursesDialog/cmCursesStandardIncludes.h @@ -46,9 +46,9 @@ enum cmCursesStandardIncludesHackRef1 = sizeof(cfgetospeed(0)), cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)), cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)), - cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0)) + cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0)), cmCursesStandardIncludesHackRef5 = sizeof(cfsetospeed(0,0)), - cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0)), + cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0)) }; #endif -- cgit v0.12