From 1878605d77d38861307027ae5bcd6ca131c8266e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 25 Jun 2016 18:07:10 +0200 Subject: Undo some comment formatting changes from b5104a7 --- Source/Core/DiscIO/VolumeWad.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/DiscIO/VolumeWad.cpp') diff --git a/Source/Core/DiscIO/VolumeWad.cpp b/Source/Core/DiscIO/VolumeWad.cpp index fe9da2db50..a6cb48ca77 100644 --- a/Source/Core/DiscIO/VolumeWad.cpp +++ b/Source/Core/DiscIO/VolumeWad.cpp @@ -89,8 +89,7 @@ std::string CVolumeWAD::GetUniqueID() const std::string CVolumeWAD::GetMakerID() const { char temp[2] = {1}; - // Some weird channels use 0x0000 in place of the MakerID, so we need a check - // there + // Some weird channels use 0x0000 in place of the MakerID, so we need a check there if (!Read(0x198 + m_tmd_offset, 2, (u8*)temp) || temp[0] == 0 || temp[1] == 0) return "00"; -- cgit v1.2.3