From 93f38ff81d672d33aa0f5b92dde8b89c92728d3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 4 Feb 2004 20:18:32 +0000 Subject: [PATCH] outch. Fix include guard to match the right name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102504 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mpm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ap_mpm.h b/include/ap_mpm.h index d1d3bc8e8f..412c5dea03 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -52,8 +52,8 @@ * . */ -#ifndef AP_MMN_H -#define AP_MMN_H +#ifndef AP_MPM_H +#define AP_MPM_H #include "apr_thread_proc.h" -- 2.40.0