summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-06-10 17:55:03 +0200
committerMikael Magnusson <mikachu@gmail.com>2008-10-27 00:55:42 +0100
commit7b57ef12963a298c731d0ef4a67de9c985ac9ba4 (patch)
treea8507e7278f2f19d449272c6019ecbd11627d8f5 /openbox/openbox.c
parent8f37a97a4cc29d35f6a632ef2f71ac760e301ee5 (diff)
No \n on ob_debug in this branch.
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index d6e87d94..5be4e785 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -605,7 +605,7 @@ static void parse_args(gint *argc, gchar **argv)
what we want */
config_file = argv[i+1];
++i; /* skip the argument */
- ob_debug("--config-file %s\n", config_file);
+ ob_debug("--config-file %s", config_file);
}
}
else if (!strcmp(argv[i], "--sm-save-file")) {