diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-11-14 10:13:34 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-11-15 12:00:21 +0100 |
commit | 21e35157ecae1af49ede3636a19a9b4858e826c2 (patch) | |
tree | ce9ed1864ccacbf6088b21442a98f141a8f6cbd6 /src/lib/evas/common | |
parent | 04ebeca2b2d6a9a254870c96a255d98ae2170382 (diff) |
evas: fix typo in thread name setting for ecore-pipe
Thanks to Vincent Torri for pointing this out.
Diffstat (limited to 'src/lib/evas/common')
-rw-r--r-- | src/lib/evas/common/evas_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/common/evas_pipe.c b/src/lib/evas/common/evas_pipe.c index e38a72ae74..55e551ba50 100644 --- a/src/lib/evas/common/evas_pipe.c +++ b/src/lib/evas/common/evas_pipe.c | |||
@@ -75,7 +75,7 @@ evas_common_pipe_thread(void *data, Eina_Thread t EINA_UNUSED) | |||
75 | { | 75 | { |
76 | Thinfo *thinfo; | 76 | Thinfo *thinfo; |
77 | 77 | ||
78 | eina_thread_name_set(eina_thread_self(), "Eecore-pipe"); | 78 | eina_thread_name_set(eina_thread_self(), "Ecore-pipe"); |
79 | // INF("TH [..........."); | 79 | // INF("TH [..........."); |
80 | thinfo = data; | 80 | thinfo = data; |
81 | for (;;) | 81 | for (;;) |