summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-16 14:14:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-16 14:14:37 +0000
commit085e77467565aba251c31721e92bc7ebd7baa61f (patch)
tree26d0bf03048134176ded5b8f0083246ee3ca1c25 /apps/main.c
parent8db1feb3778f5118b72d8cd2bd38d8fb28fa0b85 (diff)
downloadrockbox-085e77467565aba251c31721e92bc7ebd7baa61f.tar.gz
rockbox-085e77467565aba251c31721e92bc7ebd7baa61f.zip
reverted Felix Arends' mistake
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1786 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 4d408836f4..22fd8f6051 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -50,7 +50,7 @@
50#endif 50#endif
51 51
52 52
53char appsversion[]="WIN32"; 53char appsversion[]=APPSVERSION;
54 54
55void init(void); 55void init(void);
56 56