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