After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330882 - Fix build with gcc 2.95 (gimplayer.c)
Fix build with gcc 2.95 (gimplayer.c)
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-12 12:44 UTC by Jens Granseuer
Modified: 2008-01-15 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove stray semicolon (401 bytes, patch)
2006-02-12 12:44 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2006-02-12 12:44:17 UTC
In gimplayer.c, there's a stray semicolon that gcc 2.95 chokes on. Fix attached.
Comment 1 Jens Granseuer 2006-02-12 12:44:56 UTC
Created attachment 59176 [details] [review]
Remove stray semicolon
Comment 2 weskaggs 2006-02-12 16:09:09 UTC
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.