Efreet: Silence clang warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 11:32:54 +0000 (20:32 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 11:32:54 +0000 (20:32 +0900)
commit6a0d2382f1a1f3e7587450c0decc47a9bd2f8a27
tree5f656daa753bed7d85b143b033b6171a32a40844
parent255e71d83ebbbba7535859fad7ede9356d5519fc
Efreet: Silence clang warning

[unsigned - unsigned] is unsigned and might wrap around, the implicit
conversion to int (by calling abs()) saved the game here.
src/lib/efreet/efreet_icon.c