diff options
Diffstat (limited to 'src/internal/floatscan.h')
-rw-r--r-- | src/internal/floatscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/floatscan.h b/src/internal/floatscan.h index 5ea74cc9..5595b81e 100644 --- a/src/internal/floatscan.h +++ b/src/internal/floatscan.h @@ -3,6 +3,6 @@ #include <stdio.h> -long double __floatscan(FILE *, int, int, int, off_t *); +long double __floatscan(FILE *, int, int, int); #endif |