Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
dvbapi: another small fix after r11386
Browse files Browse the repository at this point in the history
closes #4621


git-svn-id: http://www.streamboard.tv/svn/oscam/trunk@11388 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
manio committed Jun 27, 2017
1 parent 7ca96c4 commit 9ecce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-dvbapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static inline void openxcas_set_provid(uint32_t UNUSED(_provid)) { }
bool is_dvbapi_usr(char *usr);
static inline bool module_dvbapi_enabled(void) { return cfg.dvbapi_enabled; }
#else
static inline void dvbapi_stop_all_descrambling(void) { }
static inline void dvbapi_stop_all_descrambling(uint32_t UNUSED(msgid)) { }
static inline void dvbapi_read_priority(void) { }
static inline bool is_dvbapi_usr(char *UNUSED(usr)) { return 0; }
static inline bool module_dvbapi_enabled(void) { return 0; }
Expand Down

0 comments on commit 9ecce48

Please sign in to comment.