fix compile error

db4
Doug Coleman 2008-11-29 15:19:09 -06:00
parent bab45d8915
commit 11fd4788db
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ M: db <count-statement> ( query -- statement )
: create-index ( index-name table-name columns -- )
[
[ [ "create index " % % ] dip " on " % % ] 2dip "(" %
[ [ "create index " % % ] dip " on " % % ] dip "(" %
"," join % ")" %
] "" make sql-command ;