remove misplaced \

This commit is contained in:
FlexBy420
2025-11-15 16:31:49 +01:00
committed by GitHub
parent bb0d1f0a00
commit 2f68a3a0bc

View File

@@ -119,7 +119,7 @@ internal static partial class LogParserResult
if (items["mounted_dev_bdvd"] is { Length: > 0 } mountedBdvd)
{
var bdvdPath = mountedBdvd.TrimEnd('/');
bool isWin = items["os_type"] == "Windows" && bdvdPath.EndsWith(':');\
bool isWin = items["os_type"] == "Windows" && bdvdPath.EndsWith(':');
bool isMac = items["os_type"] == "MacOS" && bdvdPath.StartsWith("/Volumes/", StringComparison.OrdinalIgnoreCase);
if (isWin || isMac)
{