obvious ommision from my earlier checkin for bug 80544. patch=bienvenu, sr=darin

This commit is contained in:
darin%netscape.com 2001-05-15 20:50:50 +00:00
Родитель c5c66500ec
Коммит 87ff95225d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -54,7 +54,7 @@ public:
nsresult GetHeader(nsHttpAtom h, char **v) { return mHeaders.GetHeader(h, v); }
void ClearHeaders() { mHeaders.Clear(); }
nsresult SetContentType(const char *s) { mContentType = s; }
nsresult SetContentType(const char *s) { mContentType = s; return NS_OK; }
// write out the response status line and headers as a single text block,
// optionally pruning out transient headers (ie. headers that only make