[at-spi2-core/gnome-3-36] constants: Fix typos in two _COUNT constants
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gnome-3-36] constants: Fix typos in two _COUNT constants
- Date: Fri, 4 Sep 2020 23:59:20 +0000 (UTC)
commit 007d2afb8d06d405e4ae538edd72bff05cb14d69
Author: Colomban Wendling <cwendling hypra fr>
Date: Wed Aug 5 18:43:38 2020 +0200
constants: Fix typos in two _COUNT constants
atspi/atspi-constants.h | 4 ++--
1 file 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]