e_input: added missing character ';' 82/169482/2
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 14 Nov 2017 11:20:41 +0000 (20:20 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 19 Mar 2018 09:58:14 +0000 (09:58 +0000)
Change-Id: I2896cb42b72ae6d095c53349641d1531388caee0

src/bin/e_input_inputs.c

index 798da5f491014760b7fdb38208f046656c343b41..ecdb630a772169da72f66381439b8be0c438a2e1 100644 (file)
@@ -156,7 +156,7 @@ _e_input_add_evas_device(E_Input_Evdev *edev, Evas_Device_Class clas)
    if (!evs) return EINA_FALSE;
 
    dev = evas_device_add_full(evs,libinput_device_get_name(edev->device),
-                              edev->path, edev->seat->evas_dev , NULL, clas, EVAS_DEVICE_SUBCLASS_NONE)
+                              edev->path, edev->seat->evas_dev , NULL, clas, EVAS_DEVICE_SUBCLASS_NONE);
    if (!dev)
      {
         edev->evas_dev = NULL;