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 485532 - bug with cr-fonts.h
bug with cr-fonts.h
Status: RESOLVED DUPLICATE of bug 484666
Product: libcroco
Classification: Core
Component: General
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: libcroco maintainers
libcroco maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-10 21:59 UTC by Brian Cameron
Modified: 2007-10-11 07:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2007-10-10 21:59:18 UTC
The file /usr/include/libcroco-0.6/libcroco/cr-fonts.h h

#ifndef __CR_FONTS_H__
#define __CR_FONTS_H__
#endif

The #endif should be moved to the end of the file, because the point of using this #ifndef is to ensure that if you include the file twice it doesn't define everything twice, creating compile errors/warnings.

Note that all other libcroco header files have the #endif at the bottom, and it should probably look like this:

#endif /*__CR_FONTS_H__*/
Comment 1 Benjamin Dauvergne 2007-10-11 07:05:00 UTC
Don't you have office discussion at sun ? Anyway this is a dup of http://bugzilla.gnome.org/show_bug.cgi?id=484666, that is already corrected in svn. Use it or wait for the next release.Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 484666 ***