From ba6253a26a9ae21b5a65e8d9ece6bddbdd521b97 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:40:22 +0200 Subject: Fixed include guards. --- httpd_commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd_commands.h') diff --git a/httpd_commands.h b/httpd_commands.h index 86b3da0..e76912c 100644 --- a/httpd_commands.h +++ b/httpd_commands.h @@ -1,5 +1,5 @@ -#ifndef _HTTPD_COMMANDS_H_ -#define _HTTPD_COMMANDS_H_ +#ifndef HTTPD_COMMANDS_H +#define HTTPD_COMMANDS_H #include -- cgit v1.2.3