Re: [cp-patches] FYI: Fix typo in gst_native_pipeline.c

2008-08-18 Thread Mario Torre
Il giorno lun, 18/08/2008 alle 17.36 +0100, Andrew John Hughes ha scritto: > Compiling the GStreamer peer as part of GCJ spotted the following > typo: > > ChangeLog: > > 2008-08-18 Andrew John Hughes <[EMAIL PROTECTED]> > > * native/jni/gstreamer-peer/gst_native_pipeline.c: > (get_

Re: [cp-patches] FYI: Fix typo in gst_native_pipeline.c

2008-08-18 Thread Andrew Haley
Andrew John Hughes wrote: > Compiling the GStreamer peer as part of GCJ spotted the following > typo: > > ChangeLog: > > 2008-08-18 Andrew John Hughes <[EMAIL PROTECTED]> > > * native/jni/gstreamer-peer/gst_native_pipeline.c: > (get_free_space(int)): Use #else not #elif when >

[cp-patches] FYI: Fix typo in gst_native_pipeline.c

2008-08-18 Thread Andrew John Hughes
Compiling the GStreamer peer as part of GCJ spotted the following typo: ChangeLog: 2008-08-18 Andrew John Hughes <[EMAIL PROTECTED]> * native/jni/gstreamer-peer/gst_native_pipeline.c: (get_free_space(int)): Use #else not #elif when there is no condition. Okay for GCJ t