From: caro Date: Sat, 16 Jan 2010 12:58:21 +0000 (+0000) Subject: missing type in declaration X-Git-Tag: 2.0_alpha~31^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64d772047fca6e90a26c8ec072f9f38c273a04b3;p=framework%2Fuifw%2Fexpedite.git missing type in declaration git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@45215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/engine_software_16_x11.c b/src/bin/engine_software_16_x11.c index b760e03..dd95b6a 100644 --- a/src/bin/engine_software_16_x11.c +++ b/src/bin/engine_software_16_x11.c @@ -6,7 +6,7 @@ static Display *disp = NULL; static Window win = 0; -static first_expose = 0; +static int first_expose = 0; int engine_software_16_x11_args(int argc, char **argv)