From b1453e7fc73952bfa712fc016c3f4fcc9fca45da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 25 Feb 2015 17:28:42 +0000 Subject: [PATCH] fix bustage Change-Id: I249fe09319d6e0995d9ffdc7e4396b9b1787ad28 --- hwpfilter/source/drawing.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hwpfilter/source/drawing.h b/hwpfilter/source/drawing.h index b542355c738d..66b111a1cca1 100644 --- a/hwpfilter/source/drawing.h +++ b/hwpfilter/source/drawing.h @@ -205,7 +205,6 @@ static bool LoadCommonHeader(HWPDrawingObject * hdo, unsigned short * link_info) return false; if (!hmem->read4b(hdo->extent.w)) return false; - return false; if (!hmem->read4b(hdo->extent.h)) return false; if (!hmem->read4b(hdo->offset2.x))