Bugfix for last commit, { instead of (

This commit is contained in:
Tedd Hansen
2007-08-26 08:43:46 +00:00
parent 25e200c46a
commit fda97aa3c5

View File

@@ -184,7 +184,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
}
} // Something in queue
} catch {ThreadAbortException tae) {
} catch (ThreadAbortException tae) {
throw tae;
} catch (Exception e) {
Console.WriteLine("Exception in EventQueueThreadLoop: " + e.ToString());