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