From 42905672995c1f50e10e2582dc79679bff5ef392 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 20 Sep 2003 12:24:53 +0000 Subject: Minor cleanup svn-id: r10330 --- sword2/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/logic.cpp') diff --git a/sword2/logic.cpp b/sword2/logic.cpp index df3d3fbd69..fc0a25107c 100644 --- a/sword2/logic.cpp +++ b/sword2/logic.cpp @@ -180,7 +180,7 @@ int logic::Process_session(void) { // Tony6June96 (first run 21Oct96) // script or subroutine will kick in and run // keep processing scripts until 0 for quit is returned - } while(ret); + } while (ret); // any post logic system requests to go here -- cgit v1.2.3