3c8bbc73e9e1

Fix fresh db macro
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 28 Apr 2016 18:02:52 +0000
parents 1184d75b21fe
children 4d33f11b074f
branches/tags (none)
files src/wam/ui.lisp

Changes

--- a/src/wam/ui.lisp	Sun Apr 24 14:00:54 2016 +0000
+++ b/src/wam/ui.lisp	Thu Apr 28 18:02:52 2016 +0000
@@ -13,7 +13,7 @@
      ,@body))
 
 (defmacro with-fresh-database (&body body)
-  `(with-database (make-database) ,body))
+  `(with-database (make-database) ,@body))
 
 
 (defun add-rules (rules)