summaryrefslogtreecommitdiff
path: root/Source/cmVS10RCFlagTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVS10RCFlagTable.h')
-rw-r--r--Source/cmVS10RCFlagTable.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/cmVS10RCFlagTable.h b/Source/cmVS10RCFlagTable.h
index 90499861be..32f35e52c3 100644
--- a/Source/cmVS10RCFlagTable.h
+++ b/Source/cmVS10RCFlagTable.h
@@ -1,7 +1,6 @@
-static cmVS7FlagTable cmVS10RCFlagTable[] =
-{
- //Bool Properties
- {"NullTerminateStrings", "n", "", "true", 0},
+static cmVS7FlagTable cmVS10RCFlagTable[] = {
+ // Bool Properties
+ { "NullTerminateStrings", "n", "", "true", 0 },
- {0,0,0,0,0}
+ { 0, 0, 0, 0, 0 }
};