]> granicus.if.org Git - php/commitdiff
-formatting
authorMarcus Boerger <helly@php.net>
Sat, 16 Mar 2002 20:12:58 +0000 (20:12 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 16 Mar 2002 20:12:58 +0000 (20:12 +0000)
ext/standard/image.c

index 001803417a0979b3c54cc1b99895c8e8ead254be..9761fb18453ddb737c8be1103761eaeb588a2744 100644 (file)
@@ -316,7 +316,10 @@ static void php_skip_variable(php_stream * stream)
        off_t length = ((unsigned int)php_read2(stream));
 
        length = length-2;
-       if (length) php_stream_seek(stream, (long)length, SEEK_CUR);
+       if (length)
+       {
+               php_stream_seek(stream, (long)length, SEEK_CUR);
+       }
 }
 /* }}} */