Closed Bug 9270 Opened 25 years ago Closed 25 years ago

extensions/cookie/nsCookieHTTPNotify.h needs a trailing newline

Categories

(Core :: Networking: Cookies, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: tor, Assigned: morse)

Details

extensions/cookie/nsCookieHTTPNotify.h is missing a newline at the end of the file, which causes problems for commercial unix compilers. Index: nsCookieHTTPNotify.h =================================================================== RCS file: /cvsroot/mozilla/extensions/cookie/nsCookieHTTPNotify.h,v retrieving revision 1.1 diff -u -r1.1 nsCookieHTTPNotify.h --- nsCookieHTTPNotify.h 1999/06/10 22:08:56 1.1 +++ nsCookieHTTPNotify.h 1999/07/04 20:27:11 @@ -70,4 +70,4 @@ extern NS_EXPORT nsresult NS_NewCookieHTTPNotify(nsIHTTPNotify** aHTTPNotify); -#endif /* nsCookieHTTPNotify_h___ */ \ No newline at end of file +#endif /* nsCookieHTTPNotify_h___ */
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
That was easy to fix. File with trailing newline has just been checked in.
Status: RESOLVED → VERIFIED
marking verified, tor, please re-open if you see a problem
You need to log in before you can comment on or make changes to this bug.