Contents in 1999-06-04-13 of release-21-2.
[chise/xemacs-chise.git.1] / src / device.c
index 4c1feab..a6b751f 100644 (file)
@@ -166,7 +166,7 @@ static struct device *
 allocate_device (Lisp_Object console)
 {
   Lisp_Object device;
-  struct device *d = alloc_lcrecord_type (struct device, lrecord_device);
+  struct device *d = alloc_lcrecord_type (struct device, &lrecord_device);
   struct gcpro gcpro1;
 
   zero_lcrecord (d);