aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-06-04 12:25:56 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-06-04 12:25:56 +1200
commit8b7850de6905f43332ce6655a25418408c2262d0 (patch)
tree914060587466c157d8ae4377b468be2a1168ee49
parent80a93f83c9833870df1c84fdc9f89a51db8650e8 (diff)
downloadparamano-8b7850de6905f43332ce6655a25418408c2262d0.tar.xz
Whitespace change
-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);