diff options
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index 6c0cff7ed..a8ca34c9b 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -435,7 +435,7 @@ extern int _cs_close(void *cookie); ? (*(stream)->bufpos++) = (c) \ : fputc_unlocked((c),(stream)) ) #else /* __STDIO_PUTC_MACRO */ -#define __PUTC(c, stream) fputc_unlocked(c, stream); +#define __PUTC(c, stream) fputc_unlocked(c, stream) #endif /* __STDIO_PUTC_MACRO */ |