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
Pipeline #11986 passed
Pipeline: caosdb-cppinttest

#11987

    This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
    ......@@ -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