From 543d144825241e3b2dabae57b1fe87ba554f9c51 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Jun 2007 00:19:05 +0000 Subject: [PATCH] (syms_of_xfaces): Delete stray semicolon. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index b98d10764ce..07ea34bf736 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -7987,7 +7987,7 @@ syms_of_xfaces () staticpro (&QCforeground); QCbackground = intern (":background"); staticpro (&QCbackground); - QCstipple = intern (":stipple");; + QCstipple = intern (":stipple"); staticpro (&QCstipple); QCwidth = intern (":width"); staticpro (&QCwidth); -- 2.39.2