about summary refs log tree commit diff
path: root/malloc/memusagestat.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-01-05 17:39:45 +1000
committerAllan McRae <allan@archlinux.org>2014-01-05 17:39:45 +1000
commit79c1e1094ea28661a5223782339454b5d89c31e7 (patch)
treed500ef78328fc3d24804b398f842593fbc76e83b /malloc/memusagestat.c
parent19f6b98b55b9bd3c8cad4c22212efdb7545752f2 (diff)
downloadglibc-79c1e1094ea28661a5223782339454b5d89c31e7.tar.gz
glibc-79c1e1094ea28661a5223782339454b5d89c31e7.tar.xz
glibc-79c1e1094ea28661a5223782339454b5d89c31e7.zip
Fix gettext call formatting
Diffstat (limited to 'malloc/memusagestat.c')
-rw-r--r--malloc/memusagestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 8ac7ab91c8..3e0889ebfc 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,