summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockpaint.c')
-rw-r--r--apps/plugins/rockpaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index 300821b3a4..40d19101fc 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -2967,7 +2967,7 @@ static int load_bitmap( const char *file )
2967 2967
2968 bm.data = (char*)save_buffer; 2968 bm.data = (char*)save_buffer;
2969 ret = rb->read_bmp_file( file, &bm, ROWS*COLS*sizeof( fb_data ), 2969 ret = rb->read_bmp_file( file, &bm, ROWS*COLS*sizeof( fb_data ),
2970 FORMAT_NATIVE ); 2970 FORMAT_NATIVE, NULL );
2971 2971
2972 if((bm.width > COLS ) || ( bm.height > ROWS )) 2972 if((bm.width > COLS ) || ( bm.height > ROWS ))
2973 return -1; 2973 return -1;