Build fix.

SVN revision: 18276
This commit is contained in:
Sebastian Dransfeld 2005-11-04 09:43:45 +00:00
parent 6d5932b7a3
commit 6444410b65
1 changed files with 1 additions and 2 deletions

View File

@ -125,9 +125,8 @@ __imlib_script_add_var(void *ptr)
IFunctionParam *
__imlib_script_parse_parameters(Imlib_Image im, char *parameters)
{
int i = 0, in_quote = 0, depth = 0, start = 0, value_start =
int i = 0, in_quote = 0, depth = 0, start = 0, value_start = 0;
int param_len;
0;
char *value = NULL;
IFunctionParam *rootptr, *ptr;