X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_graph.c;h=0ea7bfec51e176246b98cff5c575ad52f12adf18;hp=e5e0e76f638dbfed0e9cc7f42cf96333fe4762ca;hb=a882d5ca07c48af6c481f86c2fea482578e8c01c;hpb=5cb45e33c8ae9ad0566fe5e82dd8bb2d65658dd4 diff --git a/src/ui_graph.c b/src/ui_graph.c index e5e0e76..0ea7bfe 100644 --- a/src/ui_graph.c +++ b/src/ui_graph.c @@ -45,7 +45,7 @@ on_expose_event(GtkWidget *widget, GdkEventExpose *event, gpointer data) return FALSE; } -void smooth_curves_enabled_changed_cbk(void *data) +static void smooth_curves_enabled_changed_cbk(void *data) { is_smooth_curves_enabled = config_is_smooth_curves_enabled(); }