diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-01 21:27:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-01 21:27:48 (GMT) |
commit | f432cc54cf63596b4c8c50da61560b19eb3e8b2a (patch) | |
tree | 5c303ba845932e4d2c526f4d2bb0b1d03325f7c5 /Source | |
parent | 15fc30ae40974e59eb46f5148f564de3ae86ccc4 (diff) | |
download | CMake-f432cc54cf63596b4c8c50da61560b19eb3e8b2a.zip CMake-f432cc54cf63596b4c8c50da61560b19eb3e8b2a.tar.gz CMake-f432cc54cf63596b4c8c50da61560b19eb3e8b2a.tar.bz2 |
BUG: add missing ;
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CursesDialog/cmCursesStandardIncludes.h | 4 |
1 files 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 |