summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/hello.c b/win32/hello.c
index b1f75944..4934689b 100644
--- a/win32/hello.c
+++ b/win32/hello.c
@@ -8,6 +8,6 @@
int main(void)
{
- printf("Hello, World!\n");
- return 0;
+ printf("Hello, World!\n");
+ return 0;
}