aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/153 dotinclude/dotproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/153 dotinclude/dotproc.c')
-rw-r--r--test cases/common/153 dotinclude/dotproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/153 dotinclude/dotproc.c b/test cases/common/153 dotinclude/dotproc.c
index 5e65f7b..d8f3829 100644
--- a/test cases/common/153 dotinclude/dotproc.c
+++ b/test cases/common/153 dotinclude/dotproc.c
@@ -4,7 +4,7 @@
#error The wrapper stdio.h was not included.
#endif
-int main(int argc, char **argv) {
+int main() {
printf("Eventually I got printed.\n");
return 0;
}