]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Fix stupid errors.
authorJames Antill <james@src.gnome.org>
Fri, 7 Feb 2003 21:35:34 +0000 (21:35 +0000)
committerJames Antill <james@src.gnome.org>
Fri, 7 Feb 2003 21:35:34 +0000 (21:35 +0000)
src/config.c

index 2d270c3a42ca5a52898cd9a9232069c07b8c3c65..2940df4e61aab82d40814ee1cb7f3994c0e7824e 100644 (file)
@@ -87,7 +87,7 @@ void config_loadtheme (const gchar *themedir)
       goto bad_theme;
     g_free (p);
 
-    p = gnome_config_get_string ("Graphics/Blocks=blocks.png")
+    p = gnome_config_get_string ("Graphics/Blocks=blocks.png");
     if (!p)
       goto bad_theme;
     
@@ -140,7 +140,7 @@ void config_loadtheme (const gchar *themedir)
 int config_getthemeinfo (char *themedir, char *name, char *author, char *desc)
 {
     char buf[1024];
-    const char *p = NULL;
+    char *p = NULL;
 
     GTET_O_STRCPY (buf, "=");
     GTET_O_STRCAT (buf, themedir);