summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2008-12-26 07:05:13 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2008-12-26 07:05:13 +0000
commit9058620849c080a404fb156915856f9d0b06e71c (patch)
tree004590b20a5ea0fa6b099f5332af162896e44098 /apps/gui/wps_parser.c
parentf7fa7e5ad537415f1f75b3a9c1a58eb925e10d04 (diff)
downloadrockbox-9058620849c080a404fb156915856f9d0b06e71c.tar.gz
rockbox-9058620849c080a404fb156915856f9d0b06e71c.zip
Make scaler output truly pluggable, add an 8-bit greyscale output to
pluginlib for use with greylib, and add source for a test scaled bmp viewer using greylib. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps_parser.c')
-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 307d0bb784..acf161b6bb 100644
--- a/apps/gui/wps_parser.c
+++ b/apps/gui/wps_parser.c
@@ -416,7 +416,7 @@ static bool load_bitmap(struct wps_data *wps_data,
416 416
417 int ret = read_bmp_file(filename, bm, 417 int ret = read_bmp_file(filename, bm,
418 wps_data->img_buf_free, 418 wps_data->img_buf_free,
419 format); 419 format,NULL);
420 420
421 if (ret > 0) 421 if (ret > 0)
422 { 422 {