Fix typo in previous commit (r=dvander)

This commit is contained in:
Vincent Herbet 2014-08-21 20:57:08 +02:00
parent 567fbcd517
commit ccf919c58c

View File

@ -5238,7 +5238,6 @@ static int is_variadic(symbol *sym)
for (arg = sym->dim.arglist; arg->ident; arg++) {
if (arg->ident == iVARARGS)
return TRUE;
arg++;
}
return FALSE;
}