diff src/xterm.c @ 38480:a702b7686511

Fix a typo.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 18 Jul 2001 10:40:57 +0000
parents 293a8b219972
children bd96796d6d4b
line wrap: on
line diff
--- a/src/xterm.c	Wed Jul 18 09:06:38 2001 +0000
+++ b/src/xterm.c	Wed Jul 18 10:40:57 2001 +0000
@@ -11198,7 +11198,7 @@
       if (cursor_glyph == NULL)
 	goto mark_cursor_off;
 
-      x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x),
+      x = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, w->phys_cursor.x);
       
       x_clear_area (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
 		    x,