зеркало из https://github.com/mozilla/pjs.git
Removing extraneous trailing comma from enum which causes gcc -pedantic builds to break.
Fixing tinderbox bustage.
This commit is contained in:
Родитель
99d83c2326
Коммит
88db70a10a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче