os2.c
changeset 1301 313804601383
parent 915 013cb2d74800
child 1317 f382f1b439c7
--- a/os2.c	Sat Feb 05 16:12:07 2005 +0000
+++ b/os2.c	Sat Feb 05 18:05:42 2005 +0000
@@ -656,7 +656,7 @@
 	return strcmp(buf, "playing") == 0 || strcmp(buf, "seeking") == 0;
 }
 
-static char *OS2MidiStart(char **parm)
+static const char *OS2MidiStart(const char * const *parm)
 {
 	return 0;
 }