From: Chong Yidong Date: Tue, 5 Jun 2007 00:23:14 +0000 (+0000) Subject: (getdefdir): Delete stray semicolon. X-Git-Tag: emacs-pretest-22.1.90~1434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67fc123f8abc7127bf4231bd6b8618cfac9f6900;p=emacs.git (getdefdir): Delete stray semicolon. --- diff --git a/src/msdos.c b/src/msdos.c index 8e920745f3f..6420d16686f 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -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)