From 1c926dcae2f5934436c3d329400a9c493d82008e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 3 Jun 2017 18:14:22 +0200 Subject: Replace {{}} with {} IIRC we were only using {{}} because {} used to cause errors on the FreeBSD buildbot. --- Source/Core/DiscIO/VolumeDirectory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeDirectory.cpp') diff --git a/Source/Core/DiscIO/VolumeDirectory.cpp b/Source/Core/DiscIO/VolumeDirectory.cpp index 397f0fc831..85cfc6d819 100644 --- a/Source/Core/DiscIO/VolumeDirectory.cpp +++ b/Source/Core/DiscIO/VolumeDirectory.cpp @@ -211,7 +211,7 @@ std::map CVolumeDirectory::GetLongNames() const { std::string name = GetInternalName(); if (name.empty()) - return {{}}; + return {}; return {{Language::LANGUAGE_UNKNOWN, name}}; } -- cgit v1.2.3