зеркало из https://github.com/mozilla/pjs.git
Bug 59673, Fix compiler warning. Patch submitted by Aleksey Nogin. R=ducarroz, SR=bienvenu
This commit is contained in:
Родитель
67dbcd1b25
Коммит
5e8694c127
|
@ -208,6 +208,7 @@ static int
|
|||
MimeInlineTextPlainFlowed_parse_eof (MimeObject *obj, PRBool abort_p)
|
||||
{
|
||||
int status = 0;
|
||||
struct MimeInlineTextPlainFlowedExData *exdata = nsnull;
|
||||
|
||||
PRBool quoting = ( obj->options
|
||||
&& ( obj->options->format_out == nsMimeOutput::nsMimeMessageQuoting ||
|
||||
|
@ -225,7 +226,6 @@ MimeInlineTextPlainFlowed_parse_eof (MimeObject *obj, PRBool abort_p)
|
|||
// Look up and unlink "our" extended data structure
|
||||
// We do it in the beginning so that if an error occur, we can
|
||||
// just free |exdata|.
|
||||
struct MimeInlineTextPlainFlowedExData *exdata;
|
||||
struct MimeInlineTextPlainFlowedExData **prevexdata;
|
||||
prevexdata = &MimeInlineTextPlainFlowedExDataList;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче