From 5d1671cd014d6277c19c95f3db04db3a26db9b3d Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Tue, 14 Nov 2006 22:18:51 +0000 Subject: [PATCH] Fix extraneous semicolon git-svn-id: svn://10.0.0.236/trunk@215286 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xul/document/public/nsIXULPrototypeCache.h | 2 +- mozilla/layout/generic/nsIFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/xul/document/public/nsIXULPrototypeCache.h b/mozilla/content/xul/document/public/nsIXULPrototypeCache.h index 4abaf364a9e..c5adc6a864f 100644 --- a/mozilla/content/xul/document/public/nsIXULPrototypeCache.h +++ b/mozilla/content/xul/document/public/nsIXULPrototypeCache.h @@ -61,7 +61,7 @@ class nsIFastLoadService; // {F53A6C7E-0344-4543-9213-AFFFD30AC2BE} #define NS_IXULPROTOTYPECACHE_IID \ -{ 0xf53a6c7e, 0x344, 0x4543, { 0x92, 0x13, 0xaf, 0xff, 0xd3, 0xa, 0xc2, 0xbe } }; +{ 0xf53a6c7e, 0x344, 0x4543, { 0x92, 0x13, 0xaf, 0xff, 0xd3, 0xa, 0xc2, 0xbe } } class nsIXULPrototypeCache : public nsISupports diff --git a/mozilla/layout/generic/nsIFrame.h b/mozilla/layout/generic/nsIFrame.h index a3a33624972..0d3a84dcad8 100644 --- a/mozilla/layout/generic/nsIFrame.h +++ b/mozilla/layout/generic/nsIFrame.h @@ -103,7 +103,7 @@ typedef class nsIFrame nsIBox; // {0a099557-d85a-4bb1-8932-65717f245564} #define NS_IFRAME_IID \ { 0x0a099557, 0xd85a, 0x4bb1, \ - { 0x89, 0x32, 0x65, 0x71, 0x7f, 0x24, 0x55, 0x64 } }; + { 0x89, 0x32, 0x65, 0x71, 0x7f, 0x24, 0x55, 0x64 } } /** * Indication of how the frame can be split. This is used when doing runaround