diff --git a/src/urma/lib/urma/core/include/urma_opcode.h b/src/urma/lib/urma/core/include/urma_opcode.h index 55f5b88cc450cd1f8957b510f2147c9bd609ade9..df800910e53ceca677f029fd548ac1041c23f7d1 100644 --- a/src/urma/lib/urma/core/include/urma_opcode.h +++ b/src/urma/lib/urma/core/include/urma_opcode.h @@ -131,7 +131,7 @@ typedef int urma_status_t; #define URMA_ETIMEOUT ETIMEDOUT // Operation time out #define URMA_EINVAL EINVAL // Invalid argument #define URMA_EEXIST EEXIST // Exist -#define URMA_EINPROGRESS EINPROGRESS, +#define URMA_EINPROGRESS EINPROGRESS #define URMA_FAIL 0x1000 /* 0x1000 */ /* completion information */