aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 12:44:07 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 12:44:07 +0000
commit94fc120316cf770cdf8388e5e9f14c16fb376c77 (patch)
tree7cf2ba5ae61c3d2280e7d63dfc2bdf4d376db931 /src/util/getopt_helpers.c
parent966ceb6893b6ad0a504d7435ec97fc4beba65bb2 (diff)
downloadgnunet-94fc120316cf770cdf8388e5e9f14c16fb376c77.tar.gz
gnunet-94fc120316cf770cdf8388e5e9f14c16fb376c77.zip
fixes
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index a8a800a00..d3a598626 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -84,7 +84,7 @@ GNUNET_GETOPT_format_help_ (struct GNUNET_GETOPT_CommandLineProcessorContext
84 } 84 }
85 if (slen < BORDER) 85 if (slen < BORDER)
86 { 86 {
87 printf ("%*s", BORDER - slen, ""); 87 printf ("%*s", (int) (BORDER - slen), "");
88 slen = BORDER; 88 slen = BORDER;
89 } 89 }
90 trans = gettext (opt[i].description); 90 trans = gettext (opt[i].description);