diff src/device-tty.c @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 16112448d484
children d0c14ea98592 b5df3737028a
line wrap: on
line diff
--- a/src/device-tty.c	Sat Feb 06 03:59:18 2010 -0600
+++ b/src/device-tty.c	Sat Feb 06 04:01:46 2010 -0600
@@ -118,7 +118,7 @@
 free_tty_device_struct (struct device *d)
 {
   if (d->device_data)
-    xfree (d->device_data, void *);
+    xfree (d->device_data);
 }
 
 static void