edje_decc: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:20:14 +0000 (17:20 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:20:14 +0000 (17:20 +0100)
commite683a53f926dbfefb11a35f277eae8ca0176f2fd
treebcd84848b4271a75f331f8625c83bd505d9536e6
parent507baf4891951933bcd8bd5baee5f9e716398fee
edje_decc: use void to force empty function parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
src/bin/edje/edje_decc.c