From 7d4c0c5e7ed2ef0a87008db2250d4ae5aff8609a Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Tue, 6 Jul 2010 16:53:52 +0000 Subject: 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 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') 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, case ACTION_REQUEST_MENUITEM: if (this_item == &bookmark_load_menu_item) { - if (bookmark_exist() == 0) + if (!bookmark_exists()) return ACTION_EXIT_MENUITEM; } /* hide the bookmark menu if there is no playback */ -- cgit v1.2.3