summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-08-16 14:08:50 +0000
committerFelix Arends <edx@rockbox.org>2002-08-16 14:08:50 +0000
commit9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03 (patch)
tree897cb485404dac52c2e0ec55cc4d16e2e03bf596 /apps/main.c
parentafc9b57c20bce7062e03bab6ecc9e21f22bc67f9 (diff)
downloadrockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.tar.gz
rockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.zip
windows makefile for firmware
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1784 a1c6a512-1295-4272-9138-f99709370657
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