summaryrefslogtreecommitdiff
path: root/test/regression/expr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/expr1.c')
-rw-r--r--test/regression/expr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/expr1.c b/test/regression/expr1.c
index 132ce44..10c9ea6 100644
--- a/test/regression/expr1.c
+++ b/test/regression/expr1.c
@@ -7,7 +7,7 @@ struct list * f(struct list ** p)
return ((*p)->tl = 0);
}
-int main(int argc, char ** argv)
+int main()
{
struct list l;
l.tl = &l;