Diff between 11e433f53e4f16a57fd2dd586d8a41fbfb8ff120 and 78385d3249c2fab0899b5dddef196ec3a8170a97

Changed Files

File Additions Deletions Status
input/device.c +1 -1 modified

Full Patch

diff --git a/input/device.c b/input/device.c
index 816ad83..1d9a313 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)
 {