updated to new version of checkpatch.pl
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 May 2012 09:24:01 +0000 (09:24 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 May 2012 09:24:01 +0000 (09:24 +0000)
src/graph.h

index 3827a35..6d4c9ed 100644 (file)
@@ -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