r10814: remove extra parenthesis
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 10 Nov 2005 22:03:45 +0000 (22:03 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 10 Nov 2005 22:03:45 +0000 (22:03 +0000)
db-mysql/mysql-sql.lisp

index c9029ce305b24c960e8898ad403d6187354c1783..a0e21c8b536980c9963ffb741002930c23857f9a 100644 (file)
           when (string-equal type "view")
           collect name))
      (t
-      nil))))
+      nil)))
 
 (defmethod database-list-indexes ((database mysql-database)
                                   &key (owner nil))