[Xfce4-commits] <xfce4-cpugraph-plugin:master> Fix a typo in the NetBSD code
Florian Rivoal
noreply at xfce.org
Sun Nov 7 13:58:01 CET 2010
Updating branch refs/heads/master
to aa173974d485f2610f35f90cfb2de5a4d8092602 (commit)
from 6a0608f54cd1ddb9838dbebaa7801a5054e35ac5 (commit)
commit aa173974d485f2610f35f90cfb2de5a4d8092602
Author: Florian Rivoal <frivoal at xfce.org>
Date: Sun Nov 7 21:49:48 2010 +0900
Fix a typo in the NetBSD code
panel-plugin/os.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/os.c b/panel-plugin/os.c
index 3962949..83967c4 100644
--- a/panel-plugin/os.c
+++ b/panel-plugin/os.c
@@ -185,7 +185,7 @@ gboolean read_cpu_data( CpuData *data, guint nb_cpu)
data[0].load = 0;
for( i = 1 ; i <= nb_cpu ; i++ )
{
- cp_time1 = cp_time + CPUSTATE * (i - 1)
+ cp_time1 = cp_time + CPUSTATE * (i - 1);
used = cp_time1[CP_USER] + cp_time1[CP_NICE] + cp_time1[CP_SYS] + cp_time1[CP_INTR];
total = used + cp_time1[CP_IDLE];
More information about the Xfce4-commits
mailing list