about summary refs log tree commit diff stats
path: root/080display.cc
diff options
context:
space:
mode:
Diffstat (limited to '080display.cc')
-rw-r--r--080display.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/080display.cc b/080display.cc
index f40b40c8..6ee4bd71 100644
--- a/080display.cc
+++ b/080display.cc
@@ -5,7 +5,8 @@
 //:: Display management
 
 :(before "End Globals")
-int Display_row = 0, Display_column = 0;
+int Display_row = 0;
+int Display_column = 0;
 bool Autodisplay = true;
 
 :(before "End Primitive Recipe Declarations")