diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-06 12:51:49 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-06 15:14:45 +0100 |
commit | 6540e214440faef1c72057e1727991d88ae2c9e2 (patch) | |
tree | 8071504c4f309ccfa28df7e1a791401a5ee81dad /config.h | |
parent | 2e4a43133e140eb5bd3344ef5486aca3dda41caf (diff) | |
download | vdr-plugin-tvguide-6540e214440faef1c72057e1727991d88ae2c9e2.tar.gz vdr-plugin-tvguide-6540e214440faef1c72057e1727991d88ae2c9e2.tar.bz2 |
Optimize TimeJump
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "fontmanager.h" #include "imagecache.h" -enum { +enum eTimeFormat { e12Hours, e24Hours }; |