missing type in declaration

SVN revision: 45215
This commit is contained in:
Vincent Torri 2010-01-16 12:58:21 +00:00
parent 831e9c2966
commit 9469eef95c
1 changed files with 1 additions and 1 deletions

View File

@ -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)