From d2800a7dca62c3e5bb3145f4519c8a0bd4e7308e Mon Sep 17 00:00:00 2001 From: "joki%netscape.com" Date: Mon, 2 Nov 1998 21:21:19 +0000 Subject: [PATCH] Remove extra comma from end of nsDOMEvent enum git-svn-id: svn://10.0.0.236/trunk@13911 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/events/src/nsDOMEvent.h | 2 +- mozilla/layout/events/src/nsDOMEvent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/events/src/nsDOMEvent.h b/mozilla/content/events/src/nsDOMEvent.h index 0373ac977e9..69e4f915613 100644 --- a/mozilla/content/events/src/nsDOMEvent.h +++ b/mozilla/content/events/src/nsDOMEvent.h @@ -58,7 +58,7 @@ public: eDOMEvents_error, eDOMEvents_submit, eDOMEvents_reset, - eDOMEvents_paint, + eDOMEvents_paint }; nsDOMEvent(nsIPresContext* aPresContext, nsEvent* aEvent); diff --git a/mozilla/layout/events/src/nsDOMEvent.h b/mozilla/layout/events/src/nsDOMEvent.h index 0373ac977e9..69e4f915613 100644 --- a/mozilla/layout/events/src/nsDOMEvent.h +++ b/mozilla/layout/events/src/nsDOMEvent.h @@ -58,7 +58,7 @@ public: eDOMEvents_error, eDOMEvents_submit, eDOMEvents_reset, - eDOMEvents_paint, + eDOMEvents_paint }; nsDOMEvent(nsIPresContext* aPresContext, nsEvent* aEvent);