diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-01-02 00:11:25 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-01-02 00:11:25 +0100 |
commit | 14ffd7edb368b66fcf4d9ffe87c86b3898ccff40 (patch) | |
tree | e19661d331aa7fbd44b5a1f3c81823d404941a88 | |
parent | a3a36a4f78e9fe3748559b055988dc41c902eac9 (diff) |
[guiinfo] Fix define for PVR_STRINGS_END (typo).
-rw-r--r-- | xbmc/guiinfo/GUIInfoLabels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/guiinfo/GUIInfoLabels.h b/xbmc/guiinfo/GUIInfoLabels.h index 50b0bc83c1..70ce455928 100644 --- a/xbmc/guiinfo/GUIInfoLabels.h +++ b/xbmc/guiinfo/GUIInfoLabels.h @@ -529,7 +529,7 @@ #define PVR_CHANNEL_NUMBER_INPUT (PVR_STRINGS_START + 59) #define PVR_EPG_EVENT_REMAINING_TIME (PVR_STRINGS_START + 60) #define PVR_EPG_EVENT_FINISH_TIME (PVR_STRINGS_START + 61) -#define PVR_STRINGS_END PVR_PLAYING_FINISH_TIME +#define PVR_STRINGS_END PVR_EPG_EVENT_FINISH_TIME #define ADSP_CONDITIONS_START 1300 #define ADSP_IS_ACTIVE (ADSP_CONDITIONS_START) |