From 74dde835c5419aa6ea6914a2faf556164c82070b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 13 May 2012 09:24:01 +0000 Subject: [PATCH] updated to new version of checkpatch.pl --- src/graph.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graph.h b/src/graph.h index 3827a35..6d4c9ed 100644 --- a/src/graph.h +++ b/src/graph.h @@ -24,9 +24,9 @@ #include "psensor.h" #include "cfg.h" -void graph_update(struct psensor **, - GtkWidget *, +void graph_update(struct psensor **sensors, + GtkWidget * w_graph, struct config *config, - GtkWidget *window); + GtkWidget * window); #endif -- 2.7.4