From c20c8a8180ba12985e861dcc628f7ea7f237cdf3 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Fri, 18 Dec 1998 05:46:00 +0000 Subject: [PATCH] Fixed a compiler warning where there was an extra ',' after an enum identifier git-svn-id: svn://10.0.0.236/trunk@16651 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/public/nsIPageSequenceFrame.h | 2 +- mozilla/layout/generic/nsIPageSequenceFrame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/base/public/nsIPageSequenceFrame.h b/mozilla/layout/base/public/nsIPageSequenceFrame.h index e5457213e6b..d7c6f033699 100644 --- a/mozilla/layout/base/public/nsIPageSequenceFrame.h +++ b/mozilla/layout/base/public/nsIPageSequenceFrame.h @@ -42,7 +42,7 @@ class nsIPresContext; */ enum nsPrintStatus { ePrintStatus_StartPage, // beginning the specified page - ePrintStatus_EndPage, // finished with the specified page + ePrintStatus_EndPage // finished with the specified page }; /** diff --git a/mozilla/layout/generic/nsIPageSequenceFrame.h b/mozilla/layout/generic/nsIPageSequenceFrame.h index e5457213e6b..d7c6f033699 100644 --- a/mozilla/layout/generic/nsIPageSequenceFrame.h +++ b/mozilla/layout/generic/nsIPageSequenceFrame.h @@ -42,7 +42,7 @@ class nsIPresContext; */ enum nsPrintStatus { ePrintStatus_StartPage, // beginning the specified page - ePrintStatus_EndPage, // finished with the specified page + ePrintStatus_EndPage // finished with the specified page }; /**