]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix gettext call formatting
authorAllan McRae <allan@archlinux.org>
Sun, 5 Jan 2014 07:39:45 +0000 (17:39 +1000)
committerAllan McRae <allan@archlinux.org>
Sun, 5 Jan 2014 07:39:45 +0000 (17:39 +1000)
ChangeLog
malloc/memusagestat.c

index 2acd69d9832e2ae55ac1e0979fa885d0a42eb8b6..9ce29db3f67a8b953d7349427cb232d6f153a789 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-05  Allan McRae  <allan@archlinux.org>
+
+       * malloc/memusagestat.c: Fix gettext call formatting.
+
 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
 
        * nscd/nscd.c: Improve usage() output.
index 8ac7ab91c8a8bc80f311961c16d93d0d488303bd..3e0889ebfc87410e6a1f1b00806db86aa53be23f 100644 (file)
@@ -55,7 +55,7 @@ static const struct argp_option options[] =
 {
   { "output", 'o', N_ ("FILE"), 0, N_ ("Name output file") },
   { "string", 's', N_ ("STRING"), 0, N_ ("Title string used in output graphic") },
-  { "time", 't', NULL, 0, N_ ("                                                      \
+  { "time", 't', NULL, 0, N_ ("\
 Generate output linear to time (default is linear to number of function calls)\
 ") },
   { "total", 'T', NULL, 0,