summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-06-05 00:19:05 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-06-05 00:19:05 +0000
commit543d144825241e3b2dabae57b1fe87ba554f9c51 (patch)
tree395b1c0e7c3e1babd5365544d12efff6eff41ad5 /src/xfaces.c
parentba3a66f4b8b32b3b4587d96edf874126a13630e7 (diff)
downloademacs-543d144825241e3b2dabae57b1fe87ba554f9c51.tar.gz
(syms_of_xfaces): Delete stray semicolon.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
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);