Chromium Code Reviews| Index: test/hello/hello.c |
| diff --git a/test/hello/hello.c b/test/hello/hello.c |
| index 8dbecc0492c6aa2ab2a77d29801bf3eae2cfcef3..0a4c806019e86416cad8dda7ee87a6bcad66f888 100644 |
| --- a/test/hello/hello.c |
| +++ b/test/hello/hello.c |
| @@ -4,7 +4,7 @@ |
| #include <stdio.h> |
| -int main(int argc, char *argv[]) |
| +int main(void) |
| { |
| printf("Hello, world!\n"); |
| return 0; |