From: Ernestas Kulik Date: Mon, 31 Oct 2016 18:27:06 +0000 (+0200) Subject: atk-adaptor: fix include guard X-Git-Tag: AT_SPI2_ATK_2_24_0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=374c1931fd41938f3548fb42041d6a7c9a2ce2d9;p=platform%2Fupstream%2Fat-spi2-atk.git atk-adaptor: fix include guard The include guard for accessible-stateset.h has a typo. https://bugzilla.gnome.org/show_bug.cgi?id=773744 --- 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