diff options
| -rw-r--r-- | cpufreq/src/cpufreq-monitor.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/cpufreq/src/cpufreq-monitor.c b/cpufreq/src/cpufreq-monitor.c index 201f8a45..caf962fa 100644 --- a/cpufreq/src/cpufreq-monitor.c +++ b/cpufreq/src/cpufreq-monitor.c @@ -16,7 +16,7 @@   *  License along with this library; if not, write to the Free   *  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.   * - * Authors : Carlos Garc�a Campos <[email protected]> + * Authors : Carlos García Campos <[email protected]>   */  #include "cpufreq-monitor.h" @@ -68,7 +68,7 @@ static void   cpufreq_monitor_get_property (GObject             *object,                                              GValue              *value,                                              GParamSpec          *spec); -static guint signals[N_SIGNALS]; +static guint signals[N_SIGNALS] = { 0 };  G_DEFINE_ABSTRACT_TYPE (CPUFreqMonitor, cpufreq_monitor, G_TYPE_OBJECT)  | 
