summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Feldman <sasha@php.net>2001-04-15 19:03:12 +0000
committerAlexander Feldman <sasha@php.net>2001-04-15 19:03:12 +0000
commitf0abfcc894d7481a662594146898ce98ac3f8c68 (patch)
tree35b83028829f79a3c318d6718303225a299ab688
parent531b8042adb92790809838879346dfc5cf328a47 (diff)
downloadphp-git-f0abfcc894d7481a662594146898ce98ac3f8c68.tar.gz
Fixed typo.
-rw-r--r--ext/standard/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index d1d3101de9..98928c45d8 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -1816,7 +1816,7 @@ PHP_FUNCTION(fread)
if (!issock) {
#ifdef HAVE_FLUSHIO
- if (type == le_fopen)
+ if (type == le_fopen) {
fseek((FILE*)what, 0, SEEK_CUR);
}
#endif