diff --git a/mozilla/base/public/nsFileStream.h b/mozilla/base/public/nsFileStream.h index 8544350a281..e96e7608c6e 100644 --- a/mozilla/base/public/nsFileStream.h +++ b/mozilla/base/public/nsFileStream.h @@ -171,7 +171,7 @@ public: { return mInputStream; } - char eof() const { return get_at_eof(); } + PRBool eof() const { return get_at_eof(); } char get(); void close() { diff --git a/mozilla/xpcom/io/nsFileStream.h b/mozilla/xpcom/io/nsFileStream.h index 8544350a281..e96e7608c6e 100644 --- a/mozilla/xpcom/io/nsFileStream.h +++ b/mozilla/xpcom/io/nsFileStream.h @@ -171,7 +171,7 @@ public: { return mInputStream; } - char eof() const { return get_at_eof(); } + PRBool eof() const { return get_at_eof(); } char get(); void close() {