]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/loop/prettyprint/prettyprint.factor
factor: trim using lists
[factor.git] / extra / game / loop / prettyprint / prettyprint.factor
index 44649263dea40e78bc7941057391fa94dee664b6..3550444a789ad0734f97756f3af7a8d2ca22b831 100644 (file)
@@ -1,8 +1,9 @@
-! (c)2009 Joe Groff bsd license
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors debugger game.loop io ;
 IN: game.loop.prettyprint
 
-M: game-loop-error error.
+M: game-loop-error-state error.
     "An error occurred inside a game loop." print
     "The game loop has been stopped to prevent runaway errors." print
     "The error was:" print nl