projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5081098
)
eeze/fake/module: Correct error message and fix typo.
author
Stefan Schmidt
<s.schmidt@samsung.com>
Tue, 26 Mar 2013 08:35:59 +0000
(08:35 +0000)
committer
Stefan Schmidt
<s.schmidt@samsung.com>
Tue, 26 Mar 2013 08:36:37 +0000
(08:36 +0000)
src/modules/eeze/sensor/fake/fake.c
patch
|
blob
|
history
diff --git
a/src/modules/eeze/sensor/fake/fake.c
b/src/modules/eeze/sensor/fake/fake.c
index
6ebbd32
..
85689fd
100644
(file)
--- a/
src/modules/eeze/sensor/fake/fake.c
+++ b/
src/modules/eeze/sensor/fake/fake.c
@@
-133,7
+133,7
@@
fake_async_read(Eeze_Sensor_Type sensor_type, void *user_data EINA_UNUSED)
break;
default:
- ERR("Not possible to
set a callback for
this sensor type.");
+ ERR("Not possible to
read from
this sensor type.");
free(obj);
return EINA_FALSE;
}
@@
-141,7
+141,7
@@
fake_async_read(Eeze_Sensor_Type sensor_type, void *user_data EINA_UNUSED)
}
/* This function gets called when the module is loaded from the disk. Its the
- * entry point to anything in this module. After setti
gn
ourself up we register
+ * entry point to anything in this module. After setti
ng
ourself up we register
* into the core of eeze sensor to make our functionality available.
*/
Eina_Bool