From: Rasmus Lerdorf Date: Fri, 22 Feb 2008 05:04:34 +0000 (+0000) Subject: Missing footer X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~762 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28e4a3d4dd6a0acb0808a8df0e838771b8380c20;p=php Missing footer --- diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index f82eea4a31..2df0482563 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -1333,3 +1333,11 @@ static int get_http_headers(php_stream *stream, char **response, int *out_size T (*out_size) = tmp_response.len; return done; } +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */