From 374c1931fd41938f3548fb42041d6a7c9a2ce2d9 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Mon, 31 Oct 2016 20:27:06 +0200 Subject: [PATCH] atk-adaptor: fix include guard The include guard for accessible-stateset.h has a typo. https://bugzilla.gnome.org/show_bug.cgi?id=773744 --- atk-adaptor/accessible-stateset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk-adaptor/accessible-stateset.h b/atk-adaptor/accessible-stateset.h index e27e3c5..3a26221 100644 --- a/atk-adaptor/accessible-stateset.h +++ b/atk-adaptor/accessible-stateset.h @@ -21,7 +21,7 @@ * Boston, MA 02111-1307, USA. */ -#ifndef ACCESSSIBLE_STATE_SET_H_ +#ifndef ACCESSIBLE_STATE_SET_H_ #define ACCESSIBLE_STATE_SET_H_ #include -- 2.34.1