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)
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___ */
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
That was easy to fix. File with trailing newline has just been checked in.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
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.
Description
•