浏览代码

minor compile fix

Ken Martin 24 年之前
父节点
当前提交
fd06cd32c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmaketest.cxx

+ 1 - 1
Source/cmaketest.cxx

@@ -2,7 +2,7 @@
 #include "cmSystemTools.h"
 #include "cmSystemTools.h"
 
 
 // this is a test driver program for cmake.
 // this is a test driver program for cmake.
-main (int argc, char *argv[])
+int main (int argc, char *argv[])
 {
 {
   if (argc < 4)
   if (argc < 4)
     {
     {