diff --git a/mozilla/gfx/src/nsIImageObserver.h b/mozilla/gfx/src/nsIImageObserver.h index ee841fd3296..a2eb94a70ce 100644 --- a/mozilla/gfx/src/nsIImageObserver.h +++ b/mozilla/gfx/src/nsIImageObserver.h @@ -48,7 +48,7 @@ typedef enum { // observer related cleanup. nsImageNotification_kAborted, // Image decode was aborted by either // the network library or Interrupt(). - nsImageNotification_kInternalImage, // Internal image icon. + nsImageNotification_kInternalImage // Internal image icon. } nsImageNotification; /// Image group notifications diff --git a/mozilla/layout/html/table/src/nsTableFrame.cpp b/mozilla/layout/html/table/src/nsTableFrame.cpp index 5ee03026a6e..4e2b366afb2 100644 --- a/mozilla/layout/html/table/src/nsTableFrame.cpp +++ b/mozilla/layout/html/table/src/nsTableFrame.cpp @@ -170,7 +170,7 @@ public: eColWidthType_Auto = 0, // width based on contents eColWidthType_Percent = 1, // (float) 1.0 == 100% eColWidthType_Coord = 2, // (nscoord) value is twips - eColWidthType_Proportional = 3, // (int) value has proportional meaning + eColWidthType_Proportional = 3 // (int) value has proportional meaning }; private: diff --git a/mozilla/layout/tables/nsTableFrame.cpp b/mozilla/layout/tables/nsTableFrame.cpp index 5ee03026a6e..4e2b366afb2 100644 --- a/mozilla/layout/tables/nsTableFrame.cpp +++ b/mozilla/layout/tables/nsTableFrame.cpp @@ -170,7 +170,7 @@ public: eColWidthType_Auto = 0, // width based on contents eColWidthType_Percent = 1, // (float) 1.0 == 100% eColWidthType_Coord = 2, // (nscoord) value is twips - eColWidthType_Proportional = 3, // (int) value has proportional meaning + eColWidthType_Proportional = 3 // (int) value has proportional meaning }; private: