ref: 5c0bbb5ff6603cf20c4e3f4ec16dd7b60799cb85
parent: 20934ed2f01b5ff6cb1c2398e988adc27fd34b2f
author: Xavier Del Campo Romero <xavi.dcr@tutanota.com>
date: Mon Jun 6 11:34:55 EDT 2022
libc: remove redundant semicolon
--- a/src/libc/stdio/_fpopen.c
+++ b/src/libc/stdio/_fpopen.c
@@ -12,7 +12,7 @@
const char *restrict mode,
FILE * restrict fp)
{
- int i, flags, fd, rw, bin, rights;;
+ int i, flags, fd, rw, bin, rights;
flags = rw = bin = 0;
rights = 0666;