Просмотр исходного кода

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

Guillem Jover лет назад: 16
Родитель
Сommit
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(_(
 	printf(_(
 "Copyright (C) 2000, 2001 Wichert Akkerman.\n"
 "Copyright (C) 2000, 2001 Wichert Akkerman.\n"
-"Copyright (C) 2006-2009 Guillem Jover."));
+"Copyright (C) 2006-2009 Guillem Jover.\n"));
 
 
 	printf(_(
 	printf(_(
 "This is free software; see the GNU General Public Licence version 2 or\n"
 "This is free software; see the GNU General Public Licence version 2 or\n"