From 9e4fcdefe18954cd758e4cc166865f6c61731c73 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 18 May 2006 14:53:51 +0000 Subject: [PATCH] Changed governor to be const char instead of just char in order to quiet evas_stringshare warnings. SVN revision: 22700 --- src/modules/cpufreq/e_mod_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cpufreq/e_mod_main.h b/src/modules/cpufreq/e_mod_main.h index 973cdc039..973c0b9af 100644 --- a/src/modules/cpufreq/e_mod_main.h +++ b/src/modules/cpufreq/e_mod_main.h @@ -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;