Changed governor to be const char instead of just char in order to quiet

evas_stringshare warnings.


SVN revision: 22700
This commit is contained in:
Christopher Michael 2006-05-18 14:53:51 +00:00
parent b8a3ef44ee
commit 9e4fcdefe1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ struct _Config
/* saved * loaded config values */
double poll_time;
int restore_governor;
char *governor;
const char *governor;
/* just config state */
E_Module *module;
Evas_List *instances;