glib: Fix typo in GSList foreign type
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Fri, 30 Oct 2009 23:57:04 +0000 (02:57 +0300)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 31 Oct 2009 23:11:01 +0000 (02:11 +0300)
glib/glib.glist.lisp

index 82ba209..22ea6bc 100644 (file)
@@ -62,6 +62,6 @@
   (prog1
       (iter (for c initially pointer then (g-slist-next c))
             (until (null-pointer-p c))
-            (collect (convert-from-foreign (foreign-slot-value c 'g-slist 'data) (glist-type-type type))))
+            (collect (convert-from-foreign (foreign-slot-value c 'g-slist 'data) (gslist-type-type type))))
     (when (gslist-type-free-from-foreign type)
       (g-slist-free pointer))))
\ No newline at end of file