]> git.sur5r.net Git - i3/i3/commitdiff
Add missing carriage return (Thanks fallen)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 16 Feb 2010 18:55:04 +0000 (19:55 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 16 Feb 2010 18:55:04 +0000 (19:55 +0100)
src/cfgparse.y

index 2633f4d240875be454480b144337377ef4894ae9..cc0e77cb11fc2c78beb7680b1637c24933defd01 100644 (file)
@@ -537,7 +537,7 @@ terminal:
         TOKTERMINAL WHITESPACE STR
         {
                 ELOG("The terminal option is DEPRECATED and has no effect. "
-                    "Please remove it from your configuration file.");
+                    "Please remove it from your configuration file.\n");
         }
         ;