summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 22fd8f6051..4d408836f4 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -50,7 +50,7 @@
50#endif 50#endif
51 51
52 52
53char appsversion[]=APPSVERSION; 53char appsversion[]="WIN32";
54 54
55void init(void); 55void init(void);
56 56