ソースを参照

dpkg-statoverride: Add missing newline in --version output

Guillem Jover 17 年 前
コミット
51647b0793
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/statcmd.c

+ 1 - 1
src/statcmd.c

@@ -60,7 +60,7 @@ printversion(const struct cmdinfo *cip, const char *value)
 
 	printf(_(
 "Copyright (C) 2000, 2001 Wichert Akkerman.\n"
-"Copyright (C) 2006-2009 Guillem Jover."));
+"Copyright (C) 2006-2009 Guillem Jover.\n"));
 
 	printf(_(
 "This is free software; see the GNU General Public Licence version 2 or\n"