fix stack effect

db4
Doug Coleman 2008-10-02 16:36:29 -05:00
parent 50493ba446
commit 75c2283dd6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ webapps.user-admin
webapps.help ;
IN: websites.concatenative
: test-db ( -- params db ) "resource:test.db" <sqlite-db> ;
: test-db ( -- db ) "resource:test.db" <sqlite-db> ;
: init-factor-db ( -- )
test-db [