elementary: Fix return values to use Eina_Bool
authorChris Michael <cp.michael@samsung.com>
Mon, 5 Jan 2015 17:17:03 +0000 (12:17 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 5 Jan 2015 17:17:03 +0000 (12:17 -0500)
commita019579fc0b43d97340653e5d16cc13bfe3f758d
tree4b5e1fcbfb66db418e0b1e782763e8d9280f099b
parent9c5be418e5d20cd408a7eeca9ce068eab3099e53
elementary: Fix return values to use Eina_Bool

Summary: This function is expecting Eina_Bool as the return value, not
ints so let's use EINA_FALSE here.

NB: this just fixes a copy/paste issue

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_cnp.c