test: Fix name of litest_button_click() definition
authorJonas Ådahl <jadahl@gmail.com>
Tue, 25 Mar 2014 21:56:58 +0000 (22:56 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 9 Apr 2014 18:51:46 +0000 (20:51 +0200)
In litest.h it was called litest_button_click() while in litest.c
litest_click(); update the definition to be the same as the declaration.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
test/litest.c

index 5102ab17dc5050aec96ce9d10ebe35d5ba7be089..af7fd39f47f95fb79acd0f5d4a24e775fe82b99a 100644 (file)
@@ -643,7 +643,7 @@ litest_touch_move_to(struct litest_device *d,
 }
 
 void
-litest_click(struct litest_device *d, unsigned int button, bool is_press)
+litest_button_click(struct litest_device *d, unsigned int button, bool is_press)
 {
 
        struct input_event *ev;