[Scummvm-cvs-logs] SF.net SVN: scummvm: [22946] scummvm/trunk/tools/credits.pl

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Mon Jun 5 21:47:56 CEST 2006


Revision: 22946
Author:   wjpalenstijn
Date:     2006-06-05 12:47:52 -0700 (Mon, 05 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22946&view=rev

Log Message:
-----------
fix missing html entity

Modified Paths:
--------------
    scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-06-05 19:47:08 UTC (rev 22945)
+++ scummvm/trunk/tools/credits.pl	2006-06-05 19:47:52 UTC (rev 22946)
@@ -551,7 +551,7 @@
 
     begin_section("Other subsystems");
 	  begin_section("Infrastructure");
-		  add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.");
+		  add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.");
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list