Skip to content

Commit

Permalink
Merge pull request #7622 from ksooo/fix-guilabels-h
Browse files Browse the repository at this point in the history
[guiinfo] Fixed PVR_STRINGS_END value in GUIInfoLabels.h
  • Loading branch information
MartijnKaijser committed Jul 25, 2015
2 parents 62ecccc + 0aab006 commit 7060b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/guiinfo/GUIInfoLabels.h
Expand Up @@ -470,7 +470,7 @@
#define PVR_TIMESHIFT_END_TIME (PVR_STRINGS_START + 40)
#define PVR_TIMESHIFT_PLAY_TIME (PVR_STRINGS_START + 41)
#define PVR_TIMESHIFT_PROGRESS (PVR_STRINGS_START + 42)
#define PVR_STRINGS_END PVR_ACTUAL_STREAM_PROVIDER
#define PVR_STRINGS_END PVR_TIMESHIFT_PROGRESS

#define ADSP_CONDITIONS_START 1300
#define ADSP_IS_ACTIVE (ADSP_CONDITIONS_START)
Expand Down

0 comments on commit 7060b97

Please sign in to comment.