From 3806d7211c8575b340280df1b35da034f2a8e8ba Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Tue, 7 Nov 2000 21:14:31 +0000 Subject: [PATCH] Fixed Syntax Error. git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@82390 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp index 48e292ec824..afa7199ba21 100644 --- a/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp +++ b/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp @@ -769,7 +769,7 @@ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NavigationImpl jobject loadProperties) { (* nativeLoadFromStream) (env, obj, webShellPtr, javaStream, absoluteUrl, - contentType, contentLength, loadProperties + contentType, contentLength, loadProperties); } /* * Class: org_mozilla_webclient_wrapper_0005fnative_NavigationImpl