summaryrefslogtreecommitdiff
path: root/libc/stdio-common
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio-common')
-rw-r--r--libc/stdio-common/_i18n_number.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio-common/_i18n_number.h b/libc/stdio-common/_i18n_number.h
index 7fb29ae68..f4e5d8be2 100644
--- a/libc/stdio-common/_i18n_number.h
+++ b/libc/stdio-common/_i18n_number.h
@@ -116,7 +116,7 @@ _i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr, CHAR_T *end)
#else
static CHAR_T *
-_i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr)
+_i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr, CHAR_T *end)
{
return w;
}