slight fix to print method

This commit is contained in:
adelikat 2013-10-31 17:19:07 +00:00
parent d7d83c9275
commit 1cd62c2df1
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ namespace BizHawk.MultiClient
public void print(string s)
{
_caller.AddText(s);
_caller.AddText("\n");
}
#endregion