summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-07-06 16:53:52 +0000
committerAlexander Levin <al.le@rockbox.org>2010-07-06 16:53:52 +0000
commit7d4c0c5e7ed2ef0a87008db2250d4ae5aff8609a (patch)
treec1d546a4ba3f1bdcf35381e689f2d0fe2293bd3d /apps/onplay.c
parent76f2b9c6056d3b5dd29503fa77323aac5088e1e6 (diff)
downloadrockbox-7d4c0c5e7ed2ef0a87008db2250d4ae5aff8609a.tar.gz
rockbox-7d4c0c5e7ed2ef0a87008db2250d4ae5aff8609a.zip
Rename functions so that the code is easier to read
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27313 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 915f48e479..72912579f9 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -106,7 +106,7 @@ static int bookmark_menu_callback(int action,
106 case ACTION_REQUEST_MENUITEM: 106 case ACTION_REQUEST_MENUITEM:
107 if (this_item == &bookmark_load_menu_item) 107 if (this_item == &bookmark_load_menu_item)
108 { 108 {
109 if (bookmark_exist() == 0) 109 if (!bookmark_exists())
110 return ACTION_EXIT_MENUITEM; 110 return ACTION_EXIT_MENUITEM;
111 } 111 }
112 /* hide the bookmark menu if there is no playback */ 112 /* hide the bookmark menu if there is no playback */