[Tux4kids-commits] r665 - tuxtype/trunk/src

sreyas-guest at alioth.debian.org sreyas-guest at alioth.debian.org
Fri Aug 22 06:42:05 UTC 2008


Author: sreyas-guest
Date: 2008-08-22 06:42:03 +0000 (Fri, 22 Aug 2008)
New Revision: 665

Modified:
   tuxtype/trunk/src/main.c
Log:
init_SDLPango_Context bug fixed

Modified: tuxtype/trunk/src/main.c
===================================================================
--- tuxtype/trunk/src/main.c	2008-08-21 19:52:15 UTC (rev 664)
+++ tuxtype/trunk/src/main.c	2008-08-22 06:42:03 UTC (rev 665)
@@ -133,7 +133,7 @@
   LibInit(lib_flags); /* calls SDL_Init(), TTF_Init(), some other settings */
   GraphicsInit(); /* calls SDL_SetVideoMode(), a few others     */
   #ifdef HAVE_LIBSDL_PANGO
-  void init_SDLPango_Context();
+  init_SDLPango_Context();
   #endif
   if (settings.sys_sound)
   {




More information about the Tux4kids-commits mailing list