Skip to content

Commit 1451686

Browse files
committed
CMake appears to be whitespace-sensitive here, causing all Travis-CI builds to crash.
1 parent 231b154 commit 1451686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Defined by this header:
3131
#define PDC_BUILD (PDC_VER_MAJOR*1000 + PDC_VER_MINOR *100 + PDC_VER_CHANGE)
3232
#define PDC_VER_MAJOR 4
3333
#define PDC_VER_MINOR 2
34-
#define PDC_VER_CHANGE 0
34+
#define PDC_VER_CHANGE 0
3535
#define PDC_VER_YEAR 2020
3636
#define PDC_VER_MONTH 10
3737
#define PDC_VER_DAY 03

0 commit comments

Comments
 (0)