[Tux4kids-commits] r925 - tuxmath/trunk/src tuxtype/trunk/src

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Thu Mar 5 12:34:15 UTC 2009


Author: dbruce-guest
Date: 2009-03-05 12:34:14 +0000 (Thu, 05 Mar 2009)
New Revision: 925

Modified:
   tuxmath/trunk/src/setup.c
   tuxtype/trunk/src/setup.c
Log:
typo fix



Modified: tuxmath/trunk/src/setup.c
===================================================================
--- tuxmath/trunk/src/setup.c	2009-03-04 22:13:24 UTC (rev 924)
+++ tuxmath/trunk/src/setup.c	2009-03-05 12:34:14 UTC (rev 925)
@@ -423,7 +423,7 @@
 void initialize_SDL(void)
 {
   // Audio parameters
-  int frequency,channels,n_timesopened;
+  int frequency, channels, n_timesopened;
   Uint16 format;
 
   /* Init SDL Video: */

Modified: tuxtype/trunk/src/setup.c
===================================================================
--- tuxtype/trunk/src/setup.c	2009-03-04 22:13:24 UTC (rev 924)
+++ tuxtype/trunk/src/setup.c	2009-03-05 12:34:14 UTC (rev 925)
@@ -159,7 +159,7 @@
 *****************************/
 /* NOTE lib_flags is *always* SDL_INIT_VIDEO|SDL_INIT_AUDIO - maybe we */
 /* should just simplify all this:                                      */
-void LibInit(lib_flags)
+void LibInit(Uint32 lib_flags)
 {
   LOG( "LibInit():\n-About to init SDL Library\n" );
   /* FIXME this looks wrong - if SDL_Init() fails, we try other subsystem??? */




More information about the Tux4kids-commits mailing list