From: Martin Kraemer Date: Thu, 23 Aug 2001 13:34:43 +0000 (+0000) Subject: Add newline to end of file to make compiler happy. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b35423e3d0abb41eec9111fd483af4daf783a6f;p=thirdparty%2Fapache%2Fhttpd.git Add newline to end of file to make compiler happy. Submitted by: Pavel Novy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/os/netware/os.c b/src/os/netware/os.c index 4aeaeead602..fdbab377c96 100644 --- a/src/os/netware/os.c +++ b/src/os/netware/os.c @@ -373,4 +373,4 @@ char *ap_os_http_method(void *r) } return http_method; -} \ No newline at end of file +}