(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 06:33:33 +0000 (14:33 +0800)
committerAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 06:33:33 +0000 (14:33 +0800)
scene.c

diff --git a/scene.c b/scene.c
index c9820a2..e72b414 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -246,7 +246,7 @@ void processLightEvents(int id) {
 \r
 }\r
 \r
-int makeSubmenuFromArray( const char *menuEntries, void *callback ) {\r
+int makeSubmenuFromArray( const char menuEntries[], void *callback ) {\r
   int menuEntriesSize = sizeof(menuEntries) / sizeof(menuEntries[0]);\r
   int menuNumber = menuEntriesSize / 10 + 1;\r
   int submenuObjects[menuNumber-1];\r

UCC git Repository :: git.ucc.asn.au