diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-09 12:57:58 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-09 12:57:58 +0000 |
commit | e3b2a0f8de7210c4d403cf4c30d956c34d8c9353 (patch) | |
tree | 5490b3815c0d5609e2bd8ea258ca5fb51b841b2d /parse.y | |
parent | 1bd706dc4150dbcb42d48b98854e46a78ceda861 (diff) |
missing newline in deprecation notice
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |