Add mvsp mlt module.
[melted] / src / humperdink / io.c
index 8955d7d..42718df 100644 (file)
@@ -186,7 +186,7 @@ char get_keypress( )
        return value;
 }
 
-void wait_for_any_key( char *message )
+void wait_for_any_key( const char *message )
 {
        if ( message == NULL )
                printf( "Press any key to continue: " );