# HG changeset patch
# User Robert McIntyre <rlm@mit.edu>
# Date 1346421032 18000
# Node ID c5739804779572068fa6556995980103616320fd
# Parent  3194a4f438cacc5f44f5df60c896a7f51a43f492
saving progress.

diff -r 3194a4f438ca -r c57398047795 clojure/com/aurellem/run/adv_choreo.clj
--- a/clojure/com/aurellem/run/adv_choreo.clj	Fri Aug 31 05:00:33 2012 -0500
+++ b/clojure/com/aurellem/run/adv_choreo.clj	Fri Aug 31 08:50:32 2012 -0500
@@ -210,14 +210,11 @@
         handle-glyph-count
         (replace {:to-stack-cleanup
                   (+ (count display-glyph) (count cleanup))}
-                 handle-glyph-count*)
-    ]
+                 handle-glyph-count*)]
     (concat load-data
             handle-delay handle-glyph-count
             display-glyph
             cleanup stack-cleanup)))
-        
-
 
 (def main-program-base-address 0xC000)