Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 27264 invoked from network); 5 Dec 2005 17:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 17:02:14 -0000 Received: (qmail 41694 invoked by uid 500); 5 Dec 2005 17:02:06 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 41661 invoked by uid 500); 5 Dec 2005 17:02:06 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 41650 invoked by uid 500); 5 Dec 2005 17:02:06 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 41647 invoked by uid 99); 5 Dec 2005 17:02:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 09:02:06 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Dec 2005 09:02:05 -0800 Received: (qmail 26171 invoked by uid 65534); 5 Dec 2005 17:01:45 -0000 Message-ID: <20051205170145.26169.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r354098 - /tomcat/connectors/trunk/jni/native/src/jnilib.c Date: Mon, 05 Dec 2005 17:01:44 -0000 To: tomcat-dev@jakarta.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mturk Date: Mon Dec 5 09:01:40 2005 New Revision: 354098 URL: http://svn.apache.org/viewcvs?rev=354098&view=rev Log: Add new line to the end of the file. No functional change. Modified: tomcat/connectors/trunk/jni/native/src/jnilib.c Modified: tomcat/connectors/trunk/jni/native/src/jnilib.c URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jni/native/src/jnilib.c?rev=354098&r1=354097&r2=354098&view=diff ============================================================================== --- tomcat/connectors/trunk/jni/native/src/jnilib.c (original) +++ tomcat/connectors/trunk/jni/native/src/jnilib.c Mon Dec 5 09:01:40 2005 @@ -457,4 +457,4 @@ TCN_DECLARE(JavaVM *) tcn_get_java_vm() { return tcn_global_vm; -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org