diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-30 09:51:07 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-30 09:51:07 -0500 |
commit | 4c87d57e71b1bb4aee20e2e44cd431fd68810125 (patch) | |
tree | 839f6789350f50086a42adb9b5e7696f05fa38f7 /Tests | |
parent | 1192f03f45a61e70be129f510d338b0a101d9943 (diff) | |
download | cmake-4c87d57e71b1bb4aee20e2e44cd431fd68810125.tar.gz |
ENH: make it work for hp
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/LibName/foobar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibName/foobar.c b/Tests/LibName/foobar.c index b2c6d3f8b2..73b4b41564 100644 --- a/Tests/LibName/foobar.c +++ b/Tests/LibName/foobar.c @@ -3,7 +3,7 @@ __declspec(dllimport) #endif extern void bar(); -int main(int ac, char** av) +int main() { bar(); return 0; |