Fixing build bustage

This commit is contained in:
cmanske%netscape.com 1998-10-15 20:39:34 +00:00
parent 4d87ce50d3
commit 3a5cd7f195

View File

@ -2187,9 +2187,8 @@ lo_FormatImage(MWContext *context, lo_DocState *state, PA_Tag *tag)
if ((image->width == 0) || (image->height == 0))
context->requires_reflow = PR_TRUE;
}
return;
error:
;
return;
/* XXX free the image */
}