From f8e1a0028a3e017387bdcb549055b68f099fa9f4 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 14 Jan 1999 05:37:28 +0000 Subject: [PATCH] Warnings fix (remove ; ) --- widget/public/nsIAppShell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/public/nsIAppShell.h b/widget/public/nsIAppShell.h index b4b0914397b..86b2d0326fc 100644 --- a/widget/public/nsIAppShell.h +++ b/widget/public/nsIAppShell.h @@ -28,7 +28,7 @@ #define NS_IAPPSHELL_IID \ -{ 0xa0757c31, 0xeeac, 0x11d1, { 0x9e, 0xc1, 0x0, 0xaa, 0x0, 0x2f, 0xb8, 0x21 } }; +{ 0xa0757c31, 0xeeac, 0x11d1, { 0x9e, 0xc1, 0x0, 0xaa, 0x0, 0x2f, 0xb8, 0x21 } } /**