]> granicus.if.org Git - php/commitdiff
Fixed typo.
authorAlexander Feldman <sasha@php.net>
Sun, 15 Apr 2001 19:03:12 +0000 (19:03 +0000)
committerAlexander Feldman <sasha@php.net>
Sun, 15 Apr 2001 19:03:12 +0000 (19:03 +0000)
ext/standard/file.c

index d1d3101de9e97e49369693d75962c8693b2704a4..98928c45d809a18b06cf8fde1b0df1cf34ba56ad 100644 (file)
@@ -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