[revert] typo

This commit is contained in:
Denis Angell
2025-02-26 11:38:12 +01:00
parent 5cfe566489
commit f9e7fed929

View File

@@ -6488,7 +6488,7 @@ __sto_emplace(
if (sread_len < 2) if (sread_len < 2)
return TOO_SMALL; return TOO_SMALL;
if (fread_len == 0 && *fread_ptr == 0) if (fread_len == 0 && fread_ptr == 0)
{ {
// this is a delete operation // this is a delete operation
} }