elm_atspi_bridge: fix return type 12/225712/2
authorYeongjong Lee <yj34.lee@samsung.com>
Mon, 24 Feb 2020 05:55:13 +0000 (14:55 +0900)
committerYeongJong Lee <yj34.lee@samsung.com>
Mon, 24 Feb 2020 08:09:20 +0000 (08:09 +0000)
commit805fc6b59ae10dc81d03328508f44cc9fd58ade1
treee186db9ed35e5513bf7cdf8b393ad8832dfca70f
parent527c89d7db0659885c0408ed973dea9a2c57ed82
elm_atspi_bridge: fix return type

Fixes `-Wint-conversion` compiler warning.
```
../src/lib/elementary/elm_atspi_bridge.c:7248:14: warning: returning 'void *' from a function with return type 'Eina_Bool' {aka 'unsigned char'} makes integer from pointer without a cast [-Wint-conversion]
  7248 |       return NULL;
```

@tizen_fix

Change-Id: Ie9d4ea80b209210616ef498e3122963cbe4cf169
src/lib/elementary/elm_atspi_bridge.c