summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-08-05 17:02:06 +0000
committerMike Gorse <mgorse@suse.com>2020-08-05 17:02:06 +0000
commitc2948260a4425f33ce31fe4ce56101d62862a559 (patch)
treeac47ecaca5a8b89c46d3028f06f9f228b2f6711d
parent04c10334c545317749dd0b4f7ab0427e1840b6c7 (diff)
parentc55c6de08b69c01b07b384dd9ff86282f9192801 (diff)
downloadat-spi2-core-c2948260a4425f33ce31fe4ce56101d62862a559.tar.gz
Merge branch 'counts-typo' into 'master'
constants: Fix typos in two _COUNT constants See merge request GNOME/at-spi2-core!45
-rw-r--r--atspi/atspi-constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index e2f3a282..3a8da00d 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -121,7 +121,7 @@ typedef enum {
*
* One higher than the highest valid value of #AtspiLocaleType.
**/
-#define ATSPI_LOCALE_TYPE _COUNT(5+1)
+#define ATSPI_LOCALE_TYPE_COUNT (5+1)
/**
* AtspiCoordType:
@@ -241,7 +241,7 @@ typedef enum {
* One higher than the highest valid value of
* #AtspiCollection_TreeTraversalType.
*/
-#define ATSPI_TREETRAVERSALTYPE _COUNT(3+1)
+#define ATSPI_TREETRAVERSALTYPE_COUNT (3+1)
/**
* AtspiComponentLayer: