diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-14 23:49:24 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-14 23:49:24 +0000 |
commit | 9088b06bf5ca4b71c9e7e07925a1a5e8f37daaa9 (patch) | |
tree | 89b6bc74913dcec882b52984882b70830d11edd8 | |
parent | ab232fc65a1c9a99ffbf680fb47453e8d6a6d9f1 (diff) |
Increased the maximum viewers limit to 16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5278 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |