From b614ef39ae5700c09d7629c463bf10ee71bc5cdb Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Mon, 16 Nov 2009 09:14:36 +0000 Subject: [PATCH] Fixes an incorrect C documentation comment. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'. --- ...java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c b/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c index 6465f32ab..d85d874e2 100644 --- a/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c +++ b/src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c @@ -228,7 +228,7 @@ JNIEXPORT jbyteArray JNICALL Java_net_java_sip_communicator_impl_netaddr_Win32Lo } /* ReleaseByteArrayElements() updates array with buf's content - * when third parameter is 0 + * when the last parameter is 0. */ (*env)->ReleaseByteArrayElements(env, array, (jbyte*)buf, 0); return array;