Skip to content

constants: Fix typos in two _COUNT constants

Colomban Wendling requested to merge cwendling/at-spi2-core:counts-typo into master

The typo gave the symbols a different name (without the _COUNT) suffix, and made them unusable as they call a non-existing _COUNT() function/macro.

Merge request reports