From: <fr...@us...> - 2012-12-26 10:37:04
|
Revision: 4796 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4796&view=rev Author: fredm Date: 2012-12-26 10:36:57 +0000 (Wed, 26 Dec 2012) Log Message: ----------- Fix typo in comment. Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/make-perl.c Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-12-25 22:42:11 UTC (rev 4795) +++ trunk/libspectrum/hacking/ChangeLog 2012-12-26 10:36:57 UTC (rev 4796) @@ -918,3 +918,4 @@ z80.c: extend SZX support to version 1.5 draft specs (Fred). 20121226 accessor.pl,snap_accessors.txt,snapshot.c,szx.c: MEMPTR is also in v1.4 SZX files (Fred). +20121226 make-perl.c: fix typo in comment (Fred). Modified: trunk/libspectrum/make-perl.c =================================================================== --- trunk/libspectrum/make-perl.c 2012-12-25 22:42:11 UTC (rev 4795) +++ trunk/libspectrum/make-perl.c 2012-12-26 10:36:57 UTC (rev 4796) @@ -336,7 +336,7 @@ #endif /* #ifdef HAVE_LIBBZ2 */ #ifdef HAVE_LIB_AUDIOFILE - printf( "\n/* we support files wav files */\n" ); + printf( "\n/* we support wav files */\n" ); printf( "#define LIBSPECTRUM_SUPPORTS_AUDIOFILE (1)\n\n" ); #endif /* #ifdef HAVE_LIB_AUDIOFILE */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |