[Tux4kids-commits] r772 - tuxmath/trunk/src

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Sun Nov 30 15:28:21 UTC 2008


Author: tholy-guest
Date: 2008-11-30 15:28:21 +0000 (Sun, 30 Nov 2008)
New Revision: 772

Modified:
   tuxmath/trunk/src/campaign.h
   tuxmath/trunk/src/titlescreen.c
Log:
Small stuff: add a comma, suppress a warning.


Modified: tuxmath/trunk/src/campaign.h
===================================================================
--- tuxmath/trunk/src/campaign.h	2008-11-30 12:38:40 UTC (rev 771)
+++ tuxmath/trunk/src/campaign.h	2008-11-30 15:28:21 UTC (rev 772)
@@ -58,7 +58,7 @@
     "help protect the city.  We're sending you",
     "there now...",
     "",
-    "...oh no! Now the Emperor himself is under attack,"
+    "...oh no! Now the Emperor himself is under attack,",
     "from new types of comets: these problems are",
     "multiplying! To fight these, you need great",
     "skill. We think you can do it. Join the",

Modified: tuxmath/trunk/src/titlescreen.c
===================================================================
--- tuxmath/trunk/src/titlescreen.c	2008-11-30 12:38:40 UTC (rev 771)
+++ tuxmath/trunk/src/titlescreen.c	2008-11-30 15:28:21 UTC (rev 772)
@@ -664,7 +664,7 @@
      N_("More Options"),
      N_("Quit")};
   sprite* sprites[6] =
-    {NULL, NULL, NULL, NULL, NULL, NULL, NULL};
+    {NULL, NULL, NULL, NULL, NULL, NULL};
   menu_options menu_opts;
   int choice,ret;
 




More information about the Tux4kids-commits mailing list