Explorar o código

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

Guillem Jover %!s(int64=17) %!d(string=hai) anos
pai
achega
51647b0793
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"