further cleanup

This commit is contained in:
2025-02-01 09:07:09 +01:00
parent 9ba1fdf999
commit d1ee7b31ee

View File

@@ -24,7 +24,7 @@ namespace minipp
FormatError = -7,
ArrayDataTypeInconsitency = -8,
/* OK Codes*/
/* OK Codes */
Success = +1,
ValueOverwritten = +2
};