Bug fix
authorespen <espen>
Wed, 7 Jun 2006 13:16:11 +0000 (13:16 +0000)
committerespen <espen>
Wed, 7 Jun 2006 13:16:11 +0000 (13:16 +0000)
glib/gcallback.lisp

index 6fdf198..b2cd568 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gcallback.lisp,v 1.34 2006-04-25 21:57:44 espen Exp $
+;; $Id: gcallback.lisp,v 1.35 2006-06-07 13:16:11 espen Exp $
 
 (in-package "GLIB")
 
            (let ((,default (list* ,object ,@vars ,rest)))
              (flet ((call-next-handler (&rest ,next)
                       (%call-next-handler 
-                       ,n-params ',types (or ,next ,default) ',return-type))))
-             ,@body)))
+                       ,n-params ',types (or ,next ,default) ',return-type)))
+             ,@body))))
        ',name)))