Missed the newline on this print

This commit is contained in:
YoshiRulz 2021-10-04 08:11:34 +10:00
parent df5ef0ec2d
commit ef059dbcaa
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace BizHawk.Client.EmuHawk
}
}
if (OSTailoredCode.IsUnixHost) WriteToOutputWindow("Lua in Mono is currently experimental. Please report bugs here: https://github.com/TASVideos/BizHawk/issues/2951");
if (OSTailoredCode.IsUnixHost) WriteToOutputWindow("Lua in Mono is currently experimental. Please report bugs here: https://github.com/TASVideos/BizHawk/issues/2951\n");
LuaListView.AllColumns.Clear();
SetColumns();