summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-18 19:02:19 +0200
committerQC <qball@gmpclient.org>2015-10-18 19:02:19 +0200
commit683632c36cd5874d6e65aa12a503b2cbf5c429a3 (patch)
treed3e1e56ddcbe703838a43a3d45786873f63b4970 /source/helper.c
parente72da1bde5b10014917994922d3d4ef781beceaa (diff)
Some cleanups
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/helper.c b/source/helper.c
index 0795bdfe..8a77d398 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -574,10 +574,11 @@ void config_sanity_check ( Display *display )
}
}
if ( config.fullscreen && config.monitor != -1 ) {
- g_string_append_printf ( msg, "\t<b>config.monitor</b>=%d is invalid. Value should be unset (-1) when fullscreen mode is enabled.\n",
- config.monitor);
+ g_string_append_printf ( msg,
+ "\t<b>config.monitor</b>=%d is invalid. Value should be unset (-1) when fullscreen mode is enabled.\n",
+ config.monitor );
config.monitor = -1;
- found_error = 1;
+ found_error = 1;
}
// Check size