From 78385d3249c2fab0899b5dddef196ec3a8170a97 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 9 May 2011 14:01:17 +0200 Subject: [PATCH] Make devices list static in input/device.c --- input/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/device.c b/input/device.c index 816ad837c..1d9a31367 100644 --- a/input/device.c +++ b/input/device.c @@ -90,7 +90,7 @@ struct input_device { GSList *connections; }; -GSList *devices = NULL; +static GSList *devices = NULL; static struct input_device *find_device_by_path(GSList *list, const char *path) { -- 2.47.3