ソースを参照

COMP: Fixed form of function main.

Brad King 20 年 前
コミット
9762573aa9
1 ファイル変更2 行追加2 行削除
  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;
 }