From: James Antill Date: Fri, 7 Feb 2003 21:35:34 +0000 (+0000) Subject: Fix stupid errors. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=ccbfd6af14df5afd40d31257b47dd9819f97f55d;p=gtetrinet Fix stupid errors. --- diff --git a/src/config.c b/src/config.c index 2d270c3..2940df4 100644 --- a/src/config.c +++ b/src/config.c @@ -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);