gmio_core/internal: fix GCC compilation error

This commit is contained in:
Hugues Delorme 2015-10-28 16:11:31 +01:00
parent 02863819bf
commit b7dc8335dd

View File

@ -77,7 +77,7 @@ enum gmio_eat_word_error
{
GMIO_EAT_WORD_ERROR_OK = 0,
GMIO_EAT_WORD_ERROR_EMPTY,
GMIO_EAT_WORD_ERROR_CAPACITY_OVERFLOW,
GMIO_EAT_WORD_ERROR_CAPACITY_OVERFLOW
};
typedef enum gmio_eat_word_error gmio_eat_word_error_t;