Skip to content
Snippets Groups Projects
Commit e789ec01 authored by florian's avatar florian
Browse files

FIX: Typo

parent a0f6d763
No related branches found
No related tags found
2 merge requests!12F consolidation,!8ENH: Add retrieval and queries to Extern C interface
Checking pipeline status
......@@ -53,7 +53,7 @@ enum StatusCode {
UNSUPPORTED_FEATURE = 27,
ORIGINAL_ENTITY_MISSING_ID = 28,
EXTERN_C_ASSIGNMENT_ERROR = 29,
OTHER_CLIENT_ERROR = 9999;
OTHER_CLIENT_ERROR = 9999,
};
auto get_status_description(int code) -> const std::string &;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment