fix bustage

Change-Id: I249fe09319d6e0995d9ffdc7e4396b9b1787ad28
This commit is contained in:
Caolán McNamara
2015-02-25 17:28:42 +00:00
parent 3594c9ce1c
commit b1453e7fc7

View File

@@ -205,7 +205,6 @@ static bool LoadCommonHeader(HWPDrawingObject * hdo, unsigned short * link_info)
return false; return false;
if (!hmem->read4b(hdo->extent.w)) if (!hmem->read4b(hdo->extent.w))
return false; return false;
return false;
if (!hmem->read4b(hdo->extent.h)) if (!hmem->read4b(hdo->extent.h))
return false; return false;
if (!hmem->read4b(hdo->offset2.x)) if (!hmem->read4b(hdo->offset2.x))