summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-25 17:28:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-25 17:28:42 +0000
commitb1453e7fc73952bfa712fc016c3f4fcc9fca45da (patch)
tree0bdc58b50b3c2b4aacc7a16d6aefde4a742a0690 /hwpfilter
parent3594c9ce1c94dfc52b9efe526a88baa79ea4b3e9 (diff)
fix bustage
Change-Id: I249fe09319d6e0995d9ffdc7e4396b9b1787ad28
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/drawing.h1
1 files changed, 0 insertions, 1 deletions
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))