X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2Fclient.c;h=880e06084a7aec07cccbf68c04504268cfbd8a1c;hb=2c72452b8db5ff34a4ec9cf460ca949b5adcd6f2;hp=bd69d06f783f3a5feeb24d14a090e585a9aa0719;hpb=f4d4669b66a9f23be85527f65dec19a566db561c;p=melted diff --git a/src/humperdink/client.c b/src/humperdink/client.c index bd69d06..880e060 100644 --- a/src/humperdink/client.c +++ b/src/humperdink/client.c @@ -47,10 +47,10 @@ typedef valerie_error_code (*demo_function)( dv_demo ); typedef struct { - char *description; + const char *description; struct menu_item { - char *option; + const char *option; demo_function function; } array[ 50 ]; @@ -613,7 +613,7 @@ valerie_error_code dv_demo_load( dv_demo demo ) if ( refresh ) { - char *action = "Load & Play"; + const char *action = "Load & Play"; if ( demo->queues[ demo->selected_unit ].mode ) action = "Queue"; printf( "%s from %s\n\n", action, demo->current_directory );