aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp2
1 files changed, 1 insertions, 1 deletions
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