зеркало из https://github.com/mozilla/gecko-dev.git
fix HPUX bustage - don't put commas after last element in enum declaration
This commit is contained in:
Родитель
ecdd7f8692
Коммит
4abb853003
|
@ -73,7 +73,7 @@ public:
|
|||
enum {
|
||||
kOnError_Signal, // on an error, stop and signal
|
||||
kOnError_CallBack, // on an error, call the error handler
|
||||
kOnError_Replace, // on an error, replace with a different character
|
||||
kOnError_Replace // on an error, replace with a different character
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче