Chromium Code Reviews| Index: test/library/src/program.c |
| diff --git a/test/library/src/program.c b/test/library/src/program.c |
| index d7712cced429c0a98306c90d8af3e2c3960e9fe4..d460f60e40511f5c33d515090da83bdb0f1f60e2 100644 |
| --- a/test/library/src/program.c |
| +++ b/test/library/src/program.c |
| @@ -4,7 +4,7 @@ extern void lib1_function(void); |
| extern void lib2_function(void); |
| extern void moveable_function(void); |
| -int main(int argc, char *argv[]) |
| +int main(void) |
| { |
| fprintf(stdout, "Hello from program.c\n"); |
| fflush(stdout); |