소스 검색

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