Fix GCC warning.

This commit is contained in:
R. Belmont 2008-08-07 16:51:31 +00:00
parent b40a4f5531
commit eec9dab98d

View File

@ -532,7 +532,7 @@ static EXPRERR parse_memory_operator(parsed_expression *expr, int offset, const
dot = strrchr(buffer, '.');
if (dot != NULL)
{
UINT16 index;
UINT16 index = 0;
namestring = add_expression_string(expr, buffer, dot - buffer, &index);
if (namestring == NULL)