cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=17debde44b878733a86b2994a9ff2d2866370464

commit 17debde44b878733a86b2994a9ff2d2866370464
Author: Cedric Bail <[email protected]>
Date:   Sun Apr 27 20:42:50 2014 +0200

    emotion: remove warning.
---
 src/lib/emotion/emotion_smart.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c
index e60506b..ed19ce4 100644
--- a/src/lib/emotion/emotion_smart.c
+++ b/src/lib/emotion/emotion_smart.c
@@ -59,7 +59,7 @@ struct _Smart_Data
 
    Ecore_Job     *job;
 
-   char *title;
+   const char *title;
 
 #ifdef HAVE_EIO
    Eio_File *load_xattr;
@@ -67,11 +67,11 @@ struct _Smart_Data
 #endif
 
    struct {
-      char   *info;
+      const char *info;
       double  stat;
    } progress;
    struct {
-      char *file;
+      const char *file;
       int   num;
    } ref;
    struct {

-- 


Reply via email to