Explorar el Código

COMP: Fixed form of function main.

Brad King hace 20 años
padre
commit
9762573aa9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
 }