From 17debde44b878733a86b2994a9ff2d2866370464 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sun, 27 Apr 2014 20:42:50 +0200 Subject: [PATCH] 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 e60506b2e3..ed19ce4a77 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 {