changeset 77904:ab7bb776baf9

(next_element_from_buffer): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:20:05 +0000
parents 9a64509cb354
children 2fd30dc1a157
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Jun 05 00:19:05 2007 +0000
+++ b/src/xdisp.c	Tue Jun 05 00:20:05 2007 +0000
@@ -6269,7 +6269,7 @@
 	it->c = *p, it->len = 1;
 
       /* Record what we have and where it came from.  */
-      it->what = IT_CHARACTER;;
+      it->what = IT_CHARACTER;
       it->object = it->w->buffer;
       it->position = it->current.pos;