From 1a3356b8fe0269db8101f580a159016674f6b442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 18 Sep 2019 09:18:09 +0200 Subject: [PATCH] Cosmetics --- src/map/IMG/subfile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/IMG/subfile.cpp b/src/map/IMG/subfile.cpp index 8b590b48..d653d28b 100644 --- a/src/map/IMG/subfile.cpp +++ b/src/map/IMG/subfile.cpp @@ -92,7 +92,6 @@ bool SubFile::readVUInt32(Handle &hdl, quint32 &val) const if (!readByte(hdl, b)) return false; val |= (((quint32)b) << (i * 8)) >> (8 - shift); - } return true;