summaryrefslogtreecommitdiff
path: root/lib/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snprintf.c')
-rw-r--r--lib/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snprintf.c b/lib/snprintf.c
index cdf6513..56ef5a2 100644
--- a/lib/snprintf.c
+++ b/lib/snprintf.c
@@ -549,7 +549,7 @@
union value *value, int base, int dosign,
int ljust, int len, int zpad, int precision );
#endif
- static void fmtdouble( char **bufer, int *left,
+ static void fmtdouble( char **buffer, int *left,
int fmt, double value,
int ljust, int len, int zpad, int precision );
static void dostr( char **buffer, int *left, char *str );