From: Benjamin Tissoires <[email protected]>

Signed-off-by: Benjamin Tissoires <[email protected]>
---
 test/litest-bcm5974.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/litest-bcm5974.c b/test/litest-bcm5974.c
index 035bed2..ddff038 100644
--- a/test/litest-bcm5974.c
+++ b/test/litest-bcm5974.c
@@ -33,7 +33,7 @@ static void litest_bcm5974_setup(void)
        litest_set_current_device(d);
 }
 
-struct input_event down[] = {
+static struct input_event down[] = {
        { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN  },
        { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN },
        { .type = EV_ABS, .code = ABS_PRESSURE, .value = 30  },
-- 
1.7.1

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to