From: Markus Armbruster Date: Mon, 8 Apr 2013 17:23:58 +0000 (+0200) Subject: Drop extra blank line in output of pconfig X-Git-Tag: v4.3.31~48 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=2d3bac803c00df21aaa6026b125c3d817d3e20b8 Drop extra blank line in output of pconfig --- diff --git a/include/econfig-spec.h b/include/econfig-spec.h index 6935ed7eb..46c91c2c1 100644 --- a/include/econfig-spec.h +++ b/include/econfig-spec.h @@ -98,7 +98,7 @@ EMPCFBOTH("keep_journal", keep_journal, int, NSC_INT, KM_INTERNAL, "Enable journal log file") EMPCF_COMMENT("# 0 - Disabled\n" "# 1 - Enabled, player output suppressed\n" - "# 2 - Enabled, log everything (big; rotating & compressing advised)\n") + "# 2 - Enabled, log everything (big; rotating & compressing advised)") EMPCFBOTH("post_crash_dump_hook", post_crash_dump_hook, char *, NSC_STRING, KM_INTERNAL, "Shell command run right after a crash dump, in the game's data directory") EMPCFBOTH("privname", privname, char *, NSC_STRING, 0,