X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=ed4575ec1ce4161942e4e9dde39ffe62922b1d5a;hb=4c4938789c9781481a21897ff313fb8f790bde0d;hp=0ec6519465fa587ef769eb3845b228b5cfd56c88;hpb=ec3ead88609774f40c8c677104bd5fefbe34f118;p=atyndall%2Fcits2231.git 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]); }