(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 0ec6519..ed4575e 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
   for ( int i = 0; i < 54; i++ ) {\r
     printf("%s\n", menuEntries[i]);\r
   }\r

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