emotion: remove warning.

This commit is contained in:
Cedric Bail 2014-04-27 20:42:50 +02:00
parent fea029a0a3
commit 17debde44b
1 changed files with 3 additions and 3 deletions

View File

@ -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 {