summaryrefslogtreecommitdiffstats
path: root/libc/stdio/vsscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/vsscanf.c')
-rw-r--r--libc/stdio/vsscanf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/vsscanf.c b/libc/stdio/vsscanf.c
index 47c1ae6..9c4d805 100644
--- a/libc/stdio/vsscanf.c
+++ b/libc/stdio/vsscanf.c
@@ -39,7 +39,6 @@
static int
eofread(void *cookie, char *buf, int len)
{
-
return (0);
}