mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
include/mmi: fix spelling (but keep compatibility)
This commit is contained in:
@@ -16,8 +16,12 @@ typedef struct {
|
||||
typedef struct {
|
||||
int blind;
|
||||
int answerlen;
|
||||
char enguiryText[MAX_MMI_TEXT_LEN];
|
||||
} MMI_ENGUIRY_INFO;
|
||||
char enquiryText[MAX_MMI_TEXT_LEN];
|
||||
} MMI_ENQUIRY_INFO;
|
||||
|
||||
/* compat */
|
||||
#define enguiryText enquiryText
|
||||
#define MMI_ENGUIRY_INFO MMI_ENQUIRY_INFO
|
||||
|
||||
#endif // __MMI_H_
|
||||
|
||||
|
Reference in New Issue
Block a user