From 003a6a7260716ffc6731bac106dc8980f985acc8 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 4 Jun 2003 14:25:53 -0400 Subject: minor fixes --- Tests/CustomCommand/generator.cxx | 1 + Tests/CustomCommand/wrapper.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/Tests/CustomCommand/generator.cxx b/Tests/CustomCommand/generator.cxx index 0cb70db..52ffdc3 100644 --- a/Tests/CustomCommand/generator.cxx +++ b/Tests/CustomCommand/generator.cxx @@ -6,4 +6,5 @@ int main(int argc, char *argv[]) fprintf(fp,"int generated() { return 3; }\n"); fclose(fp); + return 0; } diff --git a/Tests/CustomCommand/wrapper.cxx b/Tests/CustomCommand/wrapper.cxx index b15f903..b472f7f 100644 --- a/Tests/CustomCommand/wrapper.cxx +++ b/Tests/CustomCommand/wrapper.cxx @@ -6,4 +6,5 @@ int main(int argc, char *argv[]) fprintf(fp,"int wrapped() { return 5; }\n"); fclose(fp); + return 0; } -- cgit v0.12