From 45d3a9ca9b5e4ed164f4d09bf2fda71a5c17433d Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Thu, 18 Aug 2005 12:26:06 +0000
Subject: [PATCH] forgot a space

---
 sql-edition/servers/VendServer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-edition/servers/VendServer.py b/sql-edition/servers/VendServer.py
index ccee841..3c42908 100755
--- a/sql-edition/servers/VendServer.py
+++ b/sql-edition/servers/VendServer.py
@@ -105,7 +105,7 @@ def scroll_options(username, mk, welcome = False):
 		c = c.strip()
 		(slot_num, price, slot_name) = c.split(' ', 2)
 		if slot_name == 'dead': continue
-		choices += '%s-(%sc)-%s8'%(slot_name, price, slot_num)
+		choices += '%s-(%sc)-%s8 '%(slot_name, price, slot_num)
 
 #	we don't want to print snacks for now since it'll be too large
 #	and there's physical bits of paper in the machine anyway - matt
-- 
GitLab