From: Jean-Philippe Orsini Date: Sun, 13 May 2012 09:24:01 +0000 (+0000) Subject: updated to new version of checkpatch.pl X-Git-Tag: v0.8.0.5~324 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=74dde835c5419aa6ea6914a2faf556164c82070b updated to new version of checkpatch.pl --- 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