Commit 81d197e0 authored by Doug MacEachern's avatar Doug MacEachern
Browse files

surprised -Wall does not complain, but ap_scan_script_header_err_core() should...

surprised -Wall does not complain, but ap_scan_script_header_err_core() should explicitly return an int


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89058 13f79535-47bb-0310-9956-ffa450edef68
parent 88662c2d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -556,6 +556,8 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
	    apr_table_add(merge, w, l);
	}
    }

    return OK;
}

static int getsfunc_FILE(char *buf, int len, void *f)