removed a comma from moo_semaphore_io_type_t enumerator list

This commit is contained in:
hyunghwan.chung 2018-05-19 14:29:07 +00:00
parent b99f66996a
commit f3fc35fc02

View File

@ -807,7 +807,7 @@ typedef enum moo_semaphore_subtype_t moo_semaphore_subtype_t;
enum moo_semaphore_io_type_t
{
MOO_SEMAPHORE_IO_TYPE_INPUT = 0,
MOO_SEMAPHORE_IO_TYPE_OUTPUT = 1,
MOO_SEMAPHORE_IO_TYPE_OUTPUT = 1
};
typedef enum moo_semaphore_io_type_t moo_semaphore_io_type_t;