Fix a typo in telephony_error_to_str

This commit is contained in:
Zhenhua Zhang 2010-04-23 10:01:40 +08:00 committed by Denis Kenzior
parent d2c8f124e6
commit 7111325311
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ const char *telephony_error_to_str(const struct ofono_error *error)
break;
case OFONO_ERROR_TYPE_CMS:
e = cms_errors;
maxentries = sizeof(cme_errors) / sizeof(struct error_entry);
maxentries = sizeof(cms_errors) / sizeof(struct error_entry);
break;
case OFONO_ERROR_TYPE_CEER:
e = ceer_errors;