summaryrefslogtreecommitdiffstats
path: root/Tests/LibName/foobar.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-30 14:51:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-30 14:51:07 (GMT)
commit4c87d57e71b1bb4aee20e2e44cd431fd68810125 (patch)
tree839f6789350f50086a42adb9b5e7696f05fa38f7 /Tests/LibName/foobar.c
parent1192f03f45a61e70be129f510d338b0a101d9943 (diff)
downloadCMake-4c87d57e71b1bb4aee20e2e44cd431fd68810125.zip
CMake-4c87d57e71b1bb4aee20e2e44cd431fd68810125.tar.gz
CMake-4c87d57e71b1bb4aee20e2e44cd431fd68810125.tar.bz2
ENH: make it work for hp
Diffstat (limited to 'Tests/LibName/foobar.c')
-rw-r--r--Tests/LibName/foobar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibName/foobar.c b/Tests/LibName/foobar.c
index b2c6d3f..73b4b41 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;