changeset 77906:a33e69b10eed

(getdefdir): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:23:14 +0000
parents 2fd30dc1a157
children c53c9b6a0e5b
files src/msdos.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/msdos.c	Tue Jun 05 00:21:21 2007 +0000
+++ b/src/msdos.c	Tue Jun 05 00:23:14 2007 +0000
@@ -1584,7 +1584,7 @@
       {
 	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 @@
      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)