summaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2010-04-23 10:01:40 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-04-23 11:52:17 -0500
commit71113253111f382dea22420e9966b7a443514a51 (patch)
treefdd36da1b7d2bd720eb82fb715c38afb457bf493 /src/common.c
parentd2c8f124e60e486d50b346a79f7220cbf443cc6f (diff)
downloadofono-71113253111f382dea22420e9966b7a443514a51.tar.bz2
Fix a typo in telephony_error_to_str
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 72eaf1e1..4eaff5e9 100644
--- a/src/common.c
+++ b/src/common.c
@@ -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;