(next_element_from_buffer): Delete stray semicolon.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000 (00:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000 (00:20 +0000)
src/xdisp.c

index 156dc1a..f2c6b1b 100644 (file)
@@ -6269,7 +6269,7 @@ next_element_from_buffer (it)
        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;