diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-12-08 19:34:23 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-12-08 19:34:23 -0500 |
commit | 17fec70022c30695ca9a1cbaab4494f92668a317 (patch) | |
tree | e54db7dd3effe4d2c0a1af975661e52bbbf0f03a /tests | |
parent | 4f96353964a2012f03a7b736c0c84967c8310394 (diff) | |
download | gtk+-17fec70022c30695ca9a1cbaab4494f92668a317.tar.gz |
Fix another header guard oversight
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741252
Diffstat (limited to 'tests')
-rw-r--r-- | tests/variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable.h b/tests/variable.h index 72466897df..cc73022992 100644 --- a/tests/variable.h +++ b/tests/variable.h @@ -1,5 +1,5 @@ #ifndef __VARIABLE_H__ -#define __VARAIBLE_H__ +#define __VARIABLE_H__ typedef struct { |