[Scummvm-cvs-logs] CVS: tools simon2mp3.c,1.31,1.32

Max Horn fingolfin at users.sourceforge.net
Sun Mar 28 14:14:15 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7815

Modified Files:
	simon2mp3.c 
Log Message:
fix link problem

Index: simon2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/simon2mp3.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- simon2mp3.c	28 Mar 2004 16:37:23 -0000	1.31
+++ simon2mp3.c	28 Mar 2004 21:11:15 -0000	1.32
@@ -142,7 +142,7 @@
 	return(tot_size);
 }
 
-static void showhelp(char *exename)
+void showhelp(char *exename)
 {
 	printf("\nUsage: %s <params> [<file> | mac]\n", exename);
 





More information about the Scummvm-git-logs mailing list