From 812cfc0ff1d3f745d656709c9317ec65cfb31c69 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Wed, 21 Sep 2011 00:55:08 +0000 Subject: [PATCH] oops --- BizHawk.MultiClient/LogConsole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/LogConsole.cs b/BizHawk.MultiClient/LogConsole.cs index c1759506d6..55d58d1f4a 100644 --- a/BizHawk.MultiClient/LogConsole.cs +++ b/BizHawk.MultiClient/LogConsole.cs @@ -25,7 +25,7 @@ namespace BizHawk.MultiClient static LogWindow window; static LogStream logStream; static StringBuilder sbLog; - bool NeedToRelease = false; + static bool NeedToRelease = false; class LogStream : Stream {