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 750485 - Fix a wrong header guard in src/fr-enum-types.h
Fix a wrong header guard in src/fr-enum-types.h
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-06 13:36 UTC by Ting-Wei Lan
Modified: 2015-06-07 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial: Fix a wrong header guard in src/fr-enum-types.h (1.04 KB, patch)
2015-06-06 13:37 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-06-06 13:36:20 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.
Comment 1 Ting-Wei Lan 2015-06-06 13:37:10 UTC
Created attachment 304691 [details] [review]
trivial: Fix a wrong header guard in src/fr-enum-types.h
Comment 2 Robert Roth 2015-06-06 22:17:08 UTC
Review of attachment 304691 [details] [review]:

Indeed, the problem is there and the patch fixes it.
Comment 3 Ting-Wei Lan 2015-06-07 00:29:20 UTC
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