summaryrefslogtreecommitdiff
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
parent8db1feb3778f5118b72d8cd2bd38d8fb28fa0b85 (diff)
downloadrockbox-085e77467565aba251c31721e92bc7ebd7baa61f.zip
rockbox-085e77467565aba251c31721e92bc7ebd7baa61f.tar.gz
rockbox-085e77467565aba251c31721e92bc7ebd7baa61f.tar.bz2
rockbox-085e77467565aba251c31721e92bc7ebd7baa61f.tar.xz
reverted Felix Arends' mistake
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1786 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 4d40883..22fd8f6 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -50,7 +50,7 @@
#endif
-char appsversion[]="WIN32";
+char appsversion[]=APPSVERSION;
void init(void);