From: Dana Jansens Date: Sat, 2 Aug 2003 08:11:45 +0000 (+0000) Subject: oops indenting X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=764e0e2866d84e661bd4f2292ebb8a8c9e264d07;p=chaz%2Fopenbox oops indenting --- diff --git a/render/theme.c b/render/theme.c index ca3283a2..50234509 100644 --- a/render/theme.c +++ b/render/theme.c @@ -953,7 +953,7 @@ static XrmDatabase loaddb(RrTheme *theme, char *name) g_free(s); } if (db == NULL) { - char *s = g_build_filename(name, "themerc", NULL); + char *s = g_build_filename(name, "themerc", NULL); if ((db = XrmGetFileDatabase(s))) theme->path = g_path_get_dirname(s); g_free(s);