Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 76158 invoked from network); 27 Oct 2009 12:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Oct 2009 12:33:32 -0000 Received: (qmail 84565 invoked by uid 500); 27 Oct 2009 12:33:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 84514 invoked by uid 500); 27 Oct 2009 12:33:32 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 84505 invoked by uid 99); 27 Oct 2009 12:33:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 12:33:32 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 12:33:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BD172388998; Tue, 27 Oct 2009 12:33:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r830147 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp Date: Tue, 27 Oct 2009 12:33:09 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091027123309.8BD172388998@eris.apache.org> Author: hindessm Date: Tue Oct 27 12:33:07 2009 New Revision: 830147 URL: http://svn.apache.org/viewvc?rev=830147&view=rev Log: int function should return a value - it is ignored anyway though. Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp?rev=830147&r1=830146&r2=830147&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp (original) +++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/XBlitter.cpp Tue Oct 27 12:33:07 2009 @@ -33,6 +33,7 @@ char msg[1024]; XGetErrorText(display, myerr->error_code, msg, 1024); fprintf(stderr, "Error code: %d, Error message: %s\n", myerr->error_code, msg); + return 0; } /*