aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 739ec40c45c..a5c2e20d0c9 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2524,7 +2524,7 @@ Lisp_Object
2524make_formatted_string (char *buf, const char *format, ...) 2524make_formatted_string (char *buf, const char *format, ...)
2525{ 2525{
2526 va_list ap; 2526 va_list ap;
2527 ptrdiff_t length; 2527 int length;
2528 2528
2529 va_start (ap, format); 2529 va_start (ap, format);
2530 length = vsprintf (buf, format, ap); 2530 length = vsprintf (buf, format, ap);