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 }; /**