Accidently swaped PRBool and PRInt32 in my last checkin. r=akk

This commit is contained in:
mozilla.BenB%bucksch.org 2000-07-28 23:49:12 +00:00
Родитель 46c5727da9
Коммит f73a649fac
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -189,8 +189,8 @@ protected:
PRBool mStartedOutput; // we've produced at least a character
nsString mURL;
PRInt32 mStructs; // Output structs (pref)
PRBool mHeaderStrategy; /* Header strategy (pref)
PRBool mStructs; // Output structs (pref)
PRInt32 mHeaderStrategy; /* Header strategy (pref)
0 = no indention
1 = indention, increased with
header level (default)

Просмотреть файл

@ -189,8 +189,8 @@ protected:
PRBool mStartedOutput; // we've produced at least a character
nsString mURL;
PRInt32 mStructs; // Output structs (pref)
PRBool mHeaderStrategy; /* Header strategy (pref)
PRBool mStructs; // Output structs (pref)
PRInt32 mHeaderStrategy; /* Header strategy (pref)
0 = no indention
1 = indention, increased with
header level (default)