diff --git a/code/defstruct.lisp b/code/defstruct.lisp
index b46b5f941e0d372c5b960943b0aff15099bd7239..727af31f8e860cab75a20f8e28e3cbe15598d621 100644
--- a/code/defstruct.lisp
+++ b/code/defstruct.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.45 1993/03/14 14:35:58 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.46 1993/03/14 16:54:03 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1445,7 +1445,7 @@
 (defun default-structure-print (structure stream depth)
   (declare (ignore depth))
   (if (funcallable-instance-p structure)
-      (print-unreadable-object (stream structure :identity t :type t)
+      (print-unreadable-object (structure stream :identity t :type t)
 	(write-string "Funcallable Structure" stream))
       (let* ((type (%instance-layout structure))
 	     (name (class-name (layout-class type)))