From 5bafe158df32472ecbbf84b281d0ad896cba74dc Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Mon, 3 Jan 2000 23:56:38 +0000 Subject: [PATCH] Adding newline to end of file to fix build bustage on unix. git-svn-id: svn://10.0.0.236/trunk@56697 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libjar/nsJARFactory.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/modules/libjar/nsJARFactory.cpp b/mozilla/modules/libjar/nsJARFactory.cpp index 46857dfbb1c..79c7c551bc3 100644 --- a/mozilla/modules/libjar/nsJARFactory.cpp +++ b/mozilla/modules/libjar/nsJARFactory.cpp @@ -37,4 +37,8 @@ static nsModuleComponentInfo components[] = }, }; -NS_IMPL_NSGETMODULE("nsJarModule", components); \ No newline at end of file +NS_IMPL_NSGETMODULE("nsJarModule", components); + + + +