diff src/fontset.c @ 101943:97c9e9322753

Remove spurious semicolons.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 11 Feb 2009 09:45:12 +0000
parents b37403eedfa9
children ef1ec0a2e8dd
line wrap: on
line diff
--- a/src/fontset.c	Wed Feb 11 09:22:59 2009 +0000
+++ b/src/fontset.c	Wed Feb 11 09:45:12 2009 +0000
@@ -1062,7 +1062,7 @@
 	    nstars++;
 	  else if (*p0 == '['
 		   || *p0 == '.' || *p0 == '\\'
-		   || *p0 == '+' || *p0 == '^' 
+		   || *p0 == '+' || *p0 == '^'
 		   || *p0 == '$')
 	    nescs++;
 	}
@@ -1090,7 +1090,7 @@
 	    *p1++ = '.';
 	  else if (*p0 == '['
 		   || *p0 == '.' || *p0 == '\\'
-		   || *p0 == '+' || *p0 == '^' 
+		   || *p0 == '+' || *p0 == '^'
 		   || *p0 == '$')
 	    *p1++ = '\\', *p1++ = *p0;
 	  else
@@ -1619,7 +1619,7 @@
     }
   else
     {
-      fontset = FONTSET_FROM_ID (id);;
+      fontset = FONTSET_FROM_ID (id);
       free_realized_fontsets (fontset);
       Fset_char_table_range (fontset, Qt, Qnil);
     }