From 9762573aa95698c2299361ff2466657f85b27a8f Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 14 Feb 2006 15:15:48 -0500 Subject: COMP: Fixed form of function main. --- Tests/CustomCommand/GeneratedHeader/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/CustomCommand/GeneratedHeader/main.cpp b/Tests/CustomCommand/GeneratedHeader/main.cpp index 254ecf5..1b3e85f 100644 --- a/Tests/CustomCommand/GeneratedHeader/main.cpp +++ b/Tests/CustomCommand/GeneratedHeader/main.cpp @@ -1,5 +1,5 @@ #include "generated.h" -main() +int main() { - + return 0; } -- cgit v0.12