From 4c4938789c9781481a21897ff313fb8f790bde0d Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 14:34:59 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 0ec6519..ed4575e 100644 --- a/scene.c +++ b/scene.c @@ -246,7 +246,7 @@ void processLightEvents(int id) { } -int makeSubmenuFromArray( const char menuEntries[], void *callback ) { +int makeSubmenuFromArray( const char *menuEntries[], void *callback ) { for ( int i = 0; i < 54; i++ ) { printf("%s\n", menuEntries[i]); } -- 2.20.1