Explorar o código

Remove erroneous trailing semicolon.

Manuel Novoa III %!s(int64=22) %!d(string=hai) anos
pai
achega
9c071de3cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/common/bits/uClibc_stdio.h

+ 1 - 1
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 */