commit e3b2a0f8de7210c4d403cf4c30d956c34d8c9353 from: Omar Polo date: Fri Jul 09 12:57:58 2021 UTC missing newline in deprecation notice commit - 1bd706dc4150dbcb42d48b98854e46a78ceda861 commit + e3b2a0f8de7210c4d403cf4c30d956c34d8c9353 blob - 7a8434aff66e2dac9adf86023183c17322cea8b8 blob + b656f6b43d3825a1462e57e84c751704376a0f2d --- parse.y +++ 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); }