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