From 28e4a3d4dd6a0acb0808a8df0e838771b8380c20 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 22 Feb 2008 05:04:34 +0000 Subject: [PATCH] Missing footer --- ext/soap/php_http.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + */ -- 2.40.0