aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paramano.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramano.c b/paramano.c
index 84a6996..19a4e14 100644
--- a/paramano.c
+++ b/paramano.c
@@ -93,7 +93,7 @@ void config_init()
debug("Didn't find '%s'\n",config.file_name);
g_free(config.file_name);
home_config_exists = FALSE;
- }
+ }
if(!home_config_exists)
config.file_name = g_strconcat(PARAMANO_CONF, NULL);