This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] Fix gettext call formatting


---
 ChangeLog             | 4 ++++
 malloc/memusagestat.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2acd69d..9ce29db 100644
--- 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.
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 8ac7ab9..3e0889e 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -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,
-- 
1.8.5.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]