diff options
Diffstat (limited to 'dirent/telldir.c')
-rw-r--r-- | dirent/telldir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dirent/telldir.c b/dirent/telldir.c index fdb56cffeb..504404d4f1 100644 --- a/dirent/telldir.c +++ b/dirent/telldir.c @@ -22,8 +22,7 @@ /* Return the current position of DIRP. */ long int -telldir (dirp) - DIR *dirp; +telldir (DIR *dirp) { if (dirp == NULL) { |