demos: botherbotherbother: Add missing newline.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Apr 2016 21:50:29 +0000 (16:50 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Apr 2016 21:50:29 +0000 (16:50 -0500)
* demos/actors/botherbotherbother.scm (professor-be-bothered):
  Add missing newline.

demos/actors/botherbotherbother.scm

index db3c9d810748e022643c7fa7989d03d2b784bcbe..8daed935e358e0167e3d3954032701a0f86845ed 100755 (executable)
@@ -81,6 +81,7 @@
 
   ;; Oof!  Those kids!
   (display (string-append (random-choice complaints)))
+  (newline)
 
   ;; More than one student is bothering us, lose our temper
   (if (> (hash-count (const #t) whos-bothering)