From a9215da88a62e8e3607c2728b7566dc2fdb54290 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 14 Apr 2014 11:28:38 +0100 Subject: [PATCH] util: fix typo if #ifndef protection, spotted by decke --- src/tvhtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tvhtime.h b/src/tvhtime.h index 3829ce52..0d07a6fc 100644 --- a/src/tvhtime.h +++ b/src/tvhtime.h @@ -18,7 +18,7 @@ */ #ifndef __TVH_TIME_H__ -#define __TVH_TIME_H_ +#define __TVH_TIME_H__ extern uint32_t tvhtime_update_enabled; extern uint32_t tvhtime_ntp_enabled;