summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-03-26 20:19:39 +0000
committerDave Chapman <dave@dchapman.com>2008-03-26 20:19:39 +0000
commit3d88eddb833d75b8d7a2c57fcc407530a5f8a57e (patch)
tree6969c420408dd8f329354e89b214ab375cd7d832 /apps
parent2ce440d740a2f9a1f496729c7d67bcaff281a5ea (diff)
downloadrockbox-3d88eddb833d75b8d7a2c57fcc407530a5f8a57e.tar.gz
rockbox-3d88eddb833d75b8d7a2c57fcc407530a5f8a57e.zip
Move checkwps to its own subdir in preparation for compiling target-specific versions. Also remove a DEBUGF that should not have been left in.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16827 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index c645728516..e8c3c9f629 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -393,7 +393,7 @@ static bool load_bitmap(struct wps_data *wps_data,
int ret = read_bmp_file(filename, bm,
wps_data->img_buf_free,
format);
- DEBUGF("Read %s, ret=%d\n",filename,ret);
+
if (ret > 0)
{
#if LCD_DEPTH == 16