summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-04-11 02:32:58 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-04-11 02:32:58 +0000
commitbbbf5290a53da815fe5cfc0f4b14ef56cb4f3eb7 (patch)
treef0066794e7a51a7f6090c428e1a53e0cacaa8a08
parentef30d7ef712faf1c98ccc8289dc64854994f0397 (diff)
downloadrockbox-bbbf5290a53da815fe5cfc0f4b14ef56cb4f3eb7.tar.gz
rockbox-bbbf5290a53da815fe5cfc0f4b14ef56cb4f3eb7.zip
Bug fix from r25577. Oops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25582 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 029a56406f..f02ac25111 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -342,9 +342,9 @@ static char* create_bookmark()
/* new optional bookmark token descriptors should be inserted
just before the "%s;%s" in this line... */
#if CONFIG_CODEC == SWCODEC
- ">%d;%d;%ld;%d;%ld;%d;%d;%s;%s",
-#else
">%d;%d;%ld;%d;%ld;%d;%d;%d;%d;%s;%s",
+#else
+ ">%d;%d;%ld;%d;%ld;%d;%d;%s;%s",
#endif
/* ... their flags should go here ... */
#if CONFIG_CODEC == SWCODEC