diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2009-11-16 09:14:36 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2009-11-16 09:14:36 +0000 |
commit | b614ef39ae5700c09d7629c463bf10ee71bc5cdb (patch) | |
tree | ce427e9daab731cfe5825362cf6a87c1a0f80fa2 /src/native | |
parent | c6e292f97cb9f86f8b278e988ea76d1b3c428dc7 (diff) | |
download | jitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.zip jitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.tar.gz jitsi-b614ef39ae5700c09d7629c463bf10ee71bc5cdb.tar.bz2 |
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'.
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/windows/LocalhostRetriever/net_java_sip_communicator_impl_netaddr_Win32LocalhostRetriever.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 6465f32..d85d874 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; |