diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-06-04 18:25:53 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-06-04 18:25:53 (GMT) |
commit | 003a6a7260716ffc6731bac106dc8980f985acc8 (patch) | |
tree | c0f97eb0bf0172de167e99953a8900acc3c8191d /Tests/CustomCommand/generator.cxx | |
parent | 11a698558e1445c7f57d5b600c584fe7acc4b2e5 (diff) | |
download | CMake-003a6a7260716ffc6731bac106dc8980f985acc8.zip CMake-003a6a7260716ffc6731bac106dc8980f985acc8.tar.gz CMake-003a6a7260716ffc6731bac106dc8980f985acc8.tar.bz2 |
minor fixes
Diffstat (limited to 'Tests/CustomCommand/generator.cxx')
-rw-r--r-- | Tests/CustomCommand/generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |