Chromium Code Reviews| Index: test/msvs/uldi2010/hello.c |
| diff --git a/test/msvs/uldi2010/hello.c b/test/msvs/uldi2010/hello.c |
| index 2769093694291d91743623bb0f8990adba907570..06e6a029052bf70e747fd35bb04a08a4aca32644 100644 |
| --- a/test/msvs/uldi2010/hello.c |
| +++ b/test/msvs/uldi2010/hello.c |
| @@ -6,7 +6,7 @@ |
| extern int hello2(); |
| -int main(int argc, char *argv[]) { |
| +int main(void) { |
| printf("Hello, world!\n"); |
| hello2(); |
| return 0; |