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 741252 - tests/variable.h header guard typo
tests/variable.h header guard typo
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-08 13:49 UTC by Morten Welinder
Modified: 2014-12-09 00:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2014-12-08 13:49:38 UTC
#ifndef __VARIABLE_H__
#define __VARAIBLE_H__

(typo in define)