chiark / gitweb /
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 2213bb1a1f9b883628fd27b9ed5d5f991e056193..4acd6a228f0f121132fd0f72d5268174862a9b2f 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")
 
@@ -261,8 +261,8 @@      (default (make-symbol "DEFAULT")))
            (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)))