Skip to content

Commit

Permalink
libelement: Rename and comment out ELEMENT_ERROR_API_DUNNO
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephilinox committed Oct 21, 2020
1 parent 6cec6b2 commit eeeb7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libelement/include/element/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typedef enum element_result
ELEMENT_ERROR_API_INSTRUCTION_IS_NULL = -10000,
ELEMENT_ERROR_API_OBJECT_IS_NOT_ERROR = -10001,
ELEMENT_ERROR_API_OBJECT_IS_NULL = -10002,
ELEMENT_ERROR_API_DUNNO = -10003,
//ELEMENT_ERROR_API_UNUSED = -10003,
ELEMENT_ERROR_API_DECLARATION_IS_NULL = -10004,
ELEMENT_ERROR_API_STRING_IS_NULL = -10005,
ELEMENT_ERROR_API_INSUFFICIENT_BUFFER = -10006,
Expand Down

0 comments on commit eeeb7f5

Please sign in to comment.