update external sequence error to fit error naming scheme

This commit is contained in:
Danielle Rozenblit
2023-01-23 09:58:34 -08:00
parent 1b65727e74
commit 815d1d4eda
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const char* ERR_getErrorString(ERR_enum code)
case PREFIX(dstBuffer_wrong): return "Destination buffer is wrong";
case PREFIX(srcBuffer_wrong): return "Source buffer is wrong";
case PREFIX(externalMatchFinder_failed): return "External matchfinder returned an error code";
case PREFIX(invalid_external_sequences): return "External sequences are not valid";
case PREFIX(externalSequences_invalid): return "External sequences are not valid";
case PREFIX(maxCode):
default: return notErrorCode;
}