[gtk+] Fix another header guard oversight
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix another header guard oversight
- Date: Tue, 9 Dec 2014 00:34:52 +0000 (UTC)
commit 17fec70022c30695ca9a1cbaab4494f92668a317
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 8 19:34:23 2014 -0500
Fix another header guard oversight
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741252
tests/variable.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/variable.h b/tests/variable.h
index 7246689..cc73022 100644
--- a/tests/variable.h
+++ b/tests/variable.h
@@ -1,5 +1,5 @@
#ifndef __VARIABLE_H__
-#define __VARAIBLE_H__
+#define __VARIABLE_H__
typedef struct
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]