From: Ullrich Kossow Date: Sat, 11 Apr 2015 17:48:32 +0000 (+0200) Subject: Fixed include guard of src/satip/server.h X-Git-Tag: v4.1~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=310a77ce9300a238f9e7246b2165c55a583ec9c5;p=thirdparty%2Ftvheadend.git Fixed include guard of src/satip/server.h --- diff --git a/src/satip/server.h b/src/satip/server.h index dedce9ad6..01ba87f20 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"