GNOME Bugzilla – Bug 330882
Fix build with gcc 2.95 (gimplayer.c)
Last modified: 2008-01-15 14:05:37 UTC
In gimplayer.c, there's a stray semicolon that gcc 2.95 chokes on. Fix attached.
Created attachment 59176 [details] [review] Remove stray semicolon
Thank you -- now fixed in cvs. 2006-02-12 <weskaggs@primate.ucdavis.edu> * app/core/gimplayer.c: remove extra semicolon; fix for bug #330882 from Jens Granseuer.