]> Dogcows Code - chaz/openbox/blobdiff - obt/ddfile.c
g_warning adds a \n
[chaz/openbox] / obt / ddfile.c
index 15e705d66d39523630e7aee229fd05b10879b997..b4b5d29826ed86519c0cebba4f996fd54b7d4db2 100644 (file)
@@ -94,9 +94,9 @@ static void parse_error(const gchar *m, const ObtDDParse *const parse,
                         gboolean *error)
 {
     if (!parse->filename)
-        g_warning("%s at line %lu of input\n", m, parse->lineno);
+        g_warning("%s at line %lu of input", m, parse->lineno);
     else
-        g_warning("%s at line %lu of file %s\n",
+        g_warning("%s at line %lu of file %s",
                   m, parse->lineno, parse->filename);
     if (error) *error = TRUE;
 }
This page took 0.021416 seconds and 4 git commands to generate.