Fixed for compilers that don't permit a comma at the end of an enum list.
This commit is contained in:
@@ -137,7 +137,7 @@ static nsAutoString LinkCommand("linkclick");
|
||||
typedef enum {
|
||||
eCharsetReloadInit,
|
||||
eCharsetReloadRequested,
|
||||
eCharsetReloadStopOrigional,
|
||||
eCharsetReloadStopOrigional
|
||||
} eCharsetReloadState;
|
||||
|
||||
class nsWebShell : public nsIWebShell,
|
||||
|
||||
Reference in New Issue
Block a user