瀏覽代碼

Removed comment in header file that triggers a cpp warning

Taddeus Kroes 11 年之前
父節點
當前提交
7415320dd6
共有 2 個文件被更改,包括 2 次插入2 次删除
  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