diff options
Diffstat (limited to 'dpkg-deb/build.c')
-rw-r--r-- | dpkg-deb/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index d4b24e1a5..d200c022a 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -406,8 +406,8 @@ check_new_pkg(const char *dir) warns = warning_get_count(); if (warns) - warning(P_("ignoring %d warning about the control file(s)\n", - "ignoring %d warnings about the control file(s)\n", warns), + warning(P_("ignoring %d warning about the control file(s)", + "ignoring %d warnings about the control file(s)", warns), warns); return pkg; |