From e3b2a0f8de7210c4d403cf4c30d956c34d8c9353 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 9 Jul 2021 12:57:58 +0000 Subject: missing newline in deprecation notice --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.y b/parse.y index 7a8434a..b656f6b 100644 --- a/parse.y +++ b/parse.y @@ -185,7 +185,7 @@ option : TCHROOT string { conf.chroot = $2; } | TMIME STRING string { fprintf(stderr, "%s:%d: `mime MIME EXT' is deprecated and " "will be removed in a future version, " - "please use the new syntax: `map MIME to-ext EXT'", + "please use the new syntax: `map MIME to-ext EXT'\n", config_path, yylval.lineno+1); add_mime(&conf.mime, $2, $3); } -- cgit v1.2.3