* [PATCH] Fix a typo in telephony_error_to_str
@ 2010-04-23 2:01 Zhenhua Zhang
2010-04-23 16:25 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Zhenhua Zhang @ 2010-04-23 2:01 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 557 bytes --]
---
src/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/common.c b/src/common.c
index 72eaf1e..4eaff5e 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;
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix a typo in telephony_error_to_str
2010-04-23 2:01 [PATCH] Fix a typo in telephony_error_to_str Zhenhua Zhang
@ 2010-04-23 16:25 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-04-23 16:25 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
Hi Zhenhua,
> ---
> src/common.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 16:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 2:01 [PATCH] Fix a typo in telephony_error_to_str Zhenhua Zhang
2010-04-23 16:25 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.