diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-02 08:11:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-02 08:11:45 +0000 |
| commit | 764e0e2866d84e661bd4f2292ebb8a8c9e264d07 (patch) | |
| tree | b1e4f3930342fd78ad177990e7ff110442f7c446 /render/theme.c | |
| parent | ede531da35b7ef5c91ae9bde531c35528bfad423 (diff) | |
oops indenting
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
