Explorar o código

Removed comment in header file that triggers a cpp warning

Taddeus Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
7415320dd6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      bin/civic.h
  2. 1 1
      test/civic.h

+ 1 - 1
bin/civic.h

@@ -10,4 +10,4 @@ extern float scanFloat();
 extern void printSpaces(int num);
 extern void printNewlines(int num);
 
-#endif  // __CIVIC_H
+#endif

+ 1 - 1
test/civic.h

@@ -10,4 +10,4 @@ extern float scanFloat();
 extern void printSpaces(int num);
 extern void printNewlines(int num);
 
-#endif  // __CIVIC_H
+#endif