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