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