diff src/device.c @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 0784d089fdc9
line wrap: on
line diff
--- a/src/device.c	Mon Aug 13 11:35:05 2007 +0200
+++ b/src/device.c	Mon Aug 13 11:36:19 2007 +0200
@@ -227,9 +227,9 @@
 Given a device, frame, or window, return the associated device.
 Return nil otherwise.
 */
-       (obj))
+       (object))
 {
-  return DFW_DEVICE (obj);
+  return DFW_DEVICE (object);
 }