diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2010-05-17 10:22:35 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2010-05-17 10:22:35 -0700 |
| commit | 8e1ee7fd01986825074ececd39e8c2a5ebc907e0 (patch) | |
| tree | 5cdd7d18c29f2b36f43142b9b8719282f5b24f38 /libc/stdio/vsscanf.c | |
| parent | fdf2454db21284b5e1ec23cb18724388c85fd975 (diff) | |
| parent | a910abcd194830d2d113b3e183eb7df4d36cd92e (diff) | |
| download | bionic-8e1ee7fd01986825074ececd39e8c2a5ebc907e0.zip bionic-8e1ee7fd01986825074ececd39e8c2a5ebc907e0.tar.gz bionic-8e1ee7fd01986825074ececd39e8c2a5ebc907e0.tar.bz2 | |
merge from open-source master
Change-Id: I5804d8850f2d4fb7b5d5c53d51e153f7ced9646e
Diffstat (limited to 'libc/stdio/vsscanf.c')
| -rw-r--r-- | libc/stdio/vsscanf.c | 1 |
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); } |
