]> git.eshelyaron.com Git - emacs.git/commitdiff
(getdefdir): Delete stray semicolon.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:23:14 +0000 (00:23 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:23:14 +0000 (00:23 +0000)
src/msdos.c

index 8e920745f3f19a6c5089a45eee9a66946d85e9f5..6420d16686f97f7d9eef9eb2deca54c0bbf1132e 100644 (file)
@@ -1584,7 +1584,7 @@ IT_note_mouse_highlight (struct frame *f, int x, int y)
       {
        extern Lisp_Object Qmouse_face;
        Lisp_Object mouse_face, overlay, position, *overlay_vec;
-       int noverlays, obegv, ozv;;
+       int noverlays, obegv, ozv;
        struct buffer *obuf;
 
        /* If we get an out-of-range value, return now; avoid an error.  */
@@ -4071,7 +4071,7 @@ getdefdir (drive, dst)
      int drive;
      char *dst;
 {
-  char in_path[4], *p = in_path, e = errno;;
+  char in_path[4], *p = in_path, e = errno;
 
   /* Generate "X:." (when drive is X) or "." (when drive is 0).  */
   if (drive != 0)