diff src/objects-tty.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 3d6bfa290dbd
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/objects-tty.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/objects-tty.c	Mon Aug 13 11:07:10 2007 +0200
@@ -171,7 +171,7 @@
 tty_mark_color_instance (struct Lisp_Color_Instance *c,
 			 void (*markobj) (Lisp_Object))
 {
-  ((markobj) (COLOR_INSTANCE_TTY_SYMBOL (c)));
+  markobj (COLOR_INSTANCE_TTY_SYMBOL (c));
 }
 
 static void
@@ -259,7 +259,7 @@
 tty_mark_font_instance (struct Lisp_Font_Instance *f,
 			void (*markobj) (Lisp_Object))
 {
-  ((markobj) (FONT_INSTANCE_TTY_CHARSET (f)));
+  markobj (FONT_INSTANCE_TTY_CHARSET (f));
 }
 
 static void