diff src/xfaces.c @ 77903:9a64509cb354

(syms_of_xfaces): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:19:05 +0000
parents 19bf7ffe644e
children 922696f363b0 8f50479e40d1 4c726a40604c 648e6c714c7d
line wrap: on
line diff
--- a/src/xfaces.c	Mon Jun 04 23:51:29 2007 +0000
+++ b/src/xfaces.c	Tue Jun 05 00:19:05 2007 +0000
@@ -7987,7 +7987,7 @@
   staticpro (&QCforeground);
   QCbackground = intern (":background");
   staticpro (&QCbackground);
-  QCstipple = intern (":stipple");;
+  QCstipple = intern (":stipple");
   staticpro (&QCstipple);
   QCwidth = intern (":width");
   staticpro (&QCwidth);