summaryrefslogtreecommitdiff
path: root/src/cleanup.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-03-21 04:17:50 +0100
committerGuillem Jover <guillem@debian.org>2012-03-27 20:09:50 +0200
commit50e40bc7a44f02ca30b582b259a8307f95c1d38c (patch)
treeedffdf4c48e0ad5613a057ba5eb7fb65b5f9e661 /src/cleanup.c
parent10f28a994805cd6f56d861dd81c9ba78612e5a43 (diff)
downloaddpkg-50e40bc7a44f02ca30b582b259a8307f95c1d38c.tar.gz
Do not use `' quote pairs for non-translatable strings
Diffstat (limited to 'src/cleanup.c')
-rw-r--r--src/cleanup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cleanup.c b/src/cleanup.c
index a131163a6..d7243eb47 100644
--- a/src/cleanup.c
+++ b/src/cleanup.c
@@ -71,7 +71,8 @@ void cu_installnew(int argc, void **argv) {
cleanup_pkg_failed++; cleanup_conflictor_failed++;
- debug(dbg_eachfile,"cu_installnew `%s' flags=%o",namenode->name,namenode->flags);
+ debug(dbg_eachfile, "cu_installnew '%s' flags=%o",
+ namenode->name, namenode->flags);
setupfnamevbs(namenode->name);