GNOME Bugzilla – Bug 750485
Fix a wrong header guard in src/fr-enum-types.h
Last modified: 2015-06-07 00:29:42 UTC
In generated src/fr-enum-types.h: #ifndef FR_ENUM__TYPES_H #define FR_ENUM_TYPES_H The #ifndef uses a wrong macro name. This bug is found by clang.
Created attachment 304691 [details] [review] trivial: Fix a wrong header guard in src/fr-enum-types.h
Review of attachment 304691 [details] [review]: Indeed, the problem is there and the patch fixes it.
Comment on attachment 304691 [details] [review] trivial: Fix a wrong header guard in src/fr-enum-types.h Attachment 304691 [details] pushed as bcc2b50 - trivial: Fix a wrong header guard in src/fr-enum-types.h