From 1afa395c2fe08ed937dbb0624ade48e46be87efe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Jan 2004 09:58:58 +0000 Subject: The splash() function's second argument (keymask) is now removed, as it was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/recording.c') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index c1a5f96ab6..b98a4579f7 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -504,7 +504,7 @@ bool recording_screen(void) if(mpeg_status() & MPEG_STATUS_ERROR) { status_set_playmode(STATUS_STOP); - splash(0, 0, true, str(LANG_DISK_FULL)); + splash(0, true, str(LANG_DISK_FULL)); status_draw(true); lcd_update(); mpeg_error_clear(); -- cgit v1.2.3