From 38ceef3ab8ea43d78b43f4cc18a76b4f28810330 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 8 Oct 2010 18:55:23 -0700 Subject: [PATCH] morse: cleanup --- extra/morse/morse.factor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/morse/morse.factor b/extra/morse/morse.factor index c6f1601955..6803dfa67b 100755 --- a/extra/morse/morse.factor +++ b/extra/morse/morse.factor @@ -1,6 +1,9 @@ ! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli ! See http://factorcode.org/license.txt for BSD license. -USING: accessors ascii assocs biassocs combinators hashtables kernel lists literals math namespaces make multiline openal openal.alut parser sequences splitting strings synth synth.buffers ; +USING: accessors ascii assocs biassocs combinators hashtables +kernel lists literals math namespaces make multiline openal +openal.alut parser sequences splitting strings synth +synth.buffers ; IN: morse ERROR: no-morse-ch ch ;