Remove extraneous semicolons to quiet pedantic GCC warnings.

This commit is contained in:
Arthur O'Dwyer
2020-03-23 14:38:57 -04:00
parent 14d2237c01
commit a0da10b408
18 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ int main() {
printf("#define NUMEXTRA %d\n", isize(vchars));
printf("#define NATCHARS {");
for(auto&& elt : vchars) printf("\"%s\",", elt.c_str());
printf("};\n");
printf("}\n");
printf("extern const char* natchars[NUMEXTRA];\n");
printf("#endif\n");
printf("#endif\n");