From 8b35423e3d0abb41eec9111fd483af4daf783a6f Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Thu, 23 Aug 2001 13:34:43 +0000 Subject: [PATCH] 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 --- src/os/netware/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.47.2