From 9088b06bf5ca4b71c9e7e07925a1a5e8f37daaa9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 14 Oct 2004 23:49:24 +0000 Subject: Increased the maximum viewers limit to 16 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5278 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 41e8d2d192..c523d5f634 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -52,7 +52,7 @@ static int onplay_result = ONPLAY_OK; static bool list_viewers(void) { - struct menu_item menu[8]; + struct menu_item menu[16]; int m, i, result; int ret = 0; -- cgit v1.2.3