projects
/
platform
/
core
/
telephony
/
tel-plugin-imc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cc586
)
Fix typo in plugin
author
Guillaume Zajac
<guillaume.zajac@linux.intel.com>
Thu, 14 Mar 2013 11:44:14 +0000
(12:44 +0100)
committer
wootak.jung
<wootak.jung@samsung.com>
Sun, 24 Mar 2013 07:46:41 +0000
(16:46 +0900)
Change-Id: Ic12fc35611be56b916b29072625b9609b879b225
src/s_ss.c
patch
|
blob
|
history
diff --git
a/src/s_ss.c
b/src/s_ss.c
index
40e46fc
..
8a4a4e5
100644
(file)
--- a/
src/s_ss.c
+++ b/
src/s_ss.c
@@
-2760,7
+2760,7
@@
gboolean s_ss_init(TcorePlugin *cp, CoreObject *co_ss)
co_call = tcore_plugin_ref_core_object(cp,
CORE_OBJECT_TYPE_CALL);
- if (co_call) {
+ if (co_call
== NULL
) {
err("Can't find CALL core object");
return FALSE;
}