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; Ecore_Job *job;
char *title; const char *title;
#ifdef HAVE_EIO #ifdef HAVE_EIO
Eio_File *load_xattr; Eio_File *load_xattr;
@ -67,11 +67,11 @@ struct _Smart_Data
#endif #endif
struct { struct {
char *info; const char *info;
double stat; double stat;
} progress; } progress;
struct { struct {
char *file; const char *file;
int num; int num;
} ref; } ref;
struct { struct {