# HG changeset patch # User Chong Yidong # Date 1181002745 0 # Node ID 9a64509cb35408ce578fb3ff2a0205e8568c6bde # Parent d93a7467052ec74e7567327165752844ba93795d (syms_of_xfaces): Delete stray semicolon. diff -r d93a7467052e -r 9a64509cb354 src/xfaces.c --- 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);