This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Fix typo in gst_native_pipeline.c
- From: Andrew Haley <aph at redhat dot com>
- To: Andrew John Hughes <gnu_andrew at member dot fsf dot org>
- Cc: classpath-patches at gnu dot org, java-patches at gcc dot gnu dot org
- Date: Mon, 18 Aug 2008 17:46:28 +0100
- Subject: Re: FYI: Fix typo in gst_native_pipeline.c
- References: <20080818163619.GA2193@rivendell.middle-earth.co.uk>
Andrew John Hughes wrote:
> Compiling the GStreamer peer as part of GCJ spotted the following
> typo:
>
> ChangeLog:
>
> 2008-08-18 Andrew John Hughes <gnu_andrew@member.fsf.org>
>
> * native/jni/gstreamer-peer/gst_native_pipeline.c:
> (get_free_space(int)): Use #else not #elif when
> there is no condition.
>
> Okay for GCJ too?
Yes. You didn't have to ask: trivial/obvious.
Andrew.