From fbd2b3d930cb52c23a91e15f3fb81215d099a456 Mon Sep 17 00:00:00 2001 From: espen Date: Wed, 26 Apr 2006 10:29:01 +0000 Subject: [PATCH] Small bug fix --- glib/gtype.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 2ad9498..5eea061 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -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: gtype.lisp,v 1.52 2006-04-25 22:10:37 espen Exp $ +;; $Id: gtype.lisp,v 1.53 2006-04-26 10:29:01 espen Exp $ (in-package "GLIB") @@ -614,7 +614,7 @@ (expand-type-definitions prefix args)) (defexport define-types-by-introspection (prefix &rest args) - (list-autoexported-symbols (expand-type-definitions prefix args)))) + (list-autoexported-symbols (expand-type-definitions prefix args))) ;;;; Initialize all non static types in GObject -- 2.11.0