summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src')
-rw-r--r--plugins/CrashDumper/src/utils.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/CrashDumper/src/utils.cpp b/plugins/CrashDumper/src/utils.cpp
index 7a5e8b9d4f..b86fa072f6 100644
--- a/plugins/CrashDumper/src/utils.cpp
+++ b/plugins/CrashDumper/src/utils.cpp
@@ -363,11 +363,9 @@ void GetLanguagePackString(CMStringW &buffer)
else
buffer.Append(lang);
}
- else
- buffer.Append(L"Locale id invalid");
+ else buffer.Append(L"Locale id invalid");
}
- else
- buffer.Append(L"No language pack installed");
+ else buffer.Append(L"No language pack installed");
}
void GetWow64String(CMStringW &buffer)