Browse Source

COMP: Fixed form of function main.

Brad King 20 years ago
parent
commit
9762573aa9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Tests/CustomCommand/GeneratedHeader/main.cpp

+ 2 - 2
Tests/CustomCommand/GeneratedHeader/main.cpp

@@ -1,5 +1,5 @@
 #include "generated.h"
-main()
+int main()
 {
-  
+  return 0;
 }