util: fix typo if #ifndef protection, spotted by decke

This commit is contained in:
Adam Sutton 2014-04-14 11:28:38 +01:00
parent af8e79c39e
commit a9215da88a

View file

@ -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;