From 310a77ce9300a238f9e7246b2165c55a583ec9c5 Mon Sep 17 00:00:00 2001 From: Ullrich Kossow Date: Sat, 11 Apr 2015 19:48:32 +0200 Subject: [PATCH] Fixed include guard of src/satip/server.h --- src/satip/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/satip/server.h b/src/satip/server.h index dedce9ad..01ba87f2 100644 --- a/src/satip/server.h +++ b/src/satip/server.h @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#ifndef __TVH_SATIP_SERVER__H__ +#ifndef __TVH_SATIP_SERVER_H__ #define __TVH_SATIP_SERVER_H__ #include "build.h"