Removing extraneous trailing comma from enum which causes gcc -pedantic builds to break.

Fixing tinderbox bustage.
This commit is contained in:
cls@seawood.org
2004-03-23 04:08:07 +00:00
parent 5f9e9043b7
commit f24c930c00

View File

@@ -126,7 +126,7 @@ NS_IMPL_ISUPPORTS2(nsWindowsShellService, nsIWindowsShellService, nsIShellServic
typedef enum { NO_SUBSTITUTION = 0x00,
PATH_SUBSTITUTION = 0x01,
EXE_SUBSTITUTION = 0x02,
NON_ESSENTIAL = 0x04,} SettingFlags;
NON_ESSENTIAL = 0x04} SettingFlags;
typedef struct {
char* keyName;
char* valueName;