Chromium Code Reviews| Index: test/standalone-static-library/prog.c |
| diff --git a/test/standalone-static-library/prog.c b/test/standalone-static-library/prog.c |
| index dc12b6894f38cb7746ca37957090b5f586b1eaea..8af5c90844be41631b43a13b53765ad3c92c7dae 100644 |
| --- a/test/standalone-static-library/prog.c |
| +++ b/test/standalone-static-library/prog.c |
| @@ -1,6 +1,6 @@ |
| extern void print(void); |
| -int main(int argc, char *argv[]) |
| +int main(void) |
| { |
| print(); |
| return 0; |