diff options
Diffstat (limited to 'Source/cmVS14RCFlagTable.h')
-rw-r--r-- | Source/cmVS14RCFlagTable.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/cmVS14RCFlagTable.h b/Source/cmVS14RCFlagTable.h index ebd8d65..11e00d5 100644 --- a/Source/cmVS14RCFlagTable.h +++ b/Source/cmVS14RCFlagTable.h @@ -1,7 +1,6 @@ -static cmVS7FlagTable cmVS14RCFlagTable[] = -{ - //Bool Properties - {"NullTerminateStrings", "n", "", "true", 0}, +static cmVS7FlagTable cmVS14RCFlagTable[] = { + // Bool Properties + { "NullTerminateStrings", "n", "", "true", 0 }, - {0,0,0,0,0} + { 0, 0, 0, 0, 0 } }; |