summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2012-10-29 20:28:17 +0000
committerRoger Leigh <rleigh@debian.org>2012-10-29 20:28:17 +0000
commit84596e75f2297f064771582e18c815663a69b3ea (patch)
treebfd28d5e1240ad0a10c5dd80d7ee0e9f7dc15d81
parent7c6be2098f0ac54d30695f90cde32ae34ba0de5c (diff)
downloadschroot-84596e75f2297f064771582e18c815663a69b3ea.tar.gz
schroot-mount: Add missing comma in initialiser list
-rw-r--r--bin/schroot-mount/schroot-mount-main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-mount/schroot-mount-main.cc b/bin/schroot-mount/schroot-mount-main.cc
index d2b24b39..487acc5c 100644
--- a/bin/schroot-mount/schroot-mount-main.cc
+++ b/bin/schroot-mount/schroot-mount-main.cc
@@ -60,7 +60,7 @@ namespace
emap(main::CHILD_FORK, N_("Failed to fork child")),
emap(main::CHILD_WAIT, N_("Wait for child failed")),
// TRANSLATORS: %1% = command name
- emap(main::EXEC, N_("Failed to execute '%1%'"))
+ emap(main::EXEC, N_("Failed to execute '%1%'")),
emap(main::REALPATH, N_("Failed to resolve path '%1%'"))
};