From d7dc6141c91b48c410e9cc5734ca9a2adecc278e Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Mon, 14 Apr 2014 09:40:50 +0200 Subject: Move Format out of global scope, fixes #1634 and other problems with multiple devices. Thanks to cheesemonster --- util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index dec5b70..0113249 100644 --- a/util.h +++ b/util.h @@ -32,7 +32,7 @@ extern int Yesterday; extern int YesterdayEpoch; extern int YesterdayEpochUTC; -extern enum EFormat +enum EFormat { //First all batchmode, load ONCE protocols: MHW1 = 0, @@ -47,7 +47,7 @@ extern enum EFormat EIT, //the highest number of EPG-formats that is supported by this plugin HIGHEST_FORMAT = EIT -} Format; +}; extern cEquivHandler* EquivHandler; -- cgit v1.2.3