mirror of https://github.com/libsdl-org/SDL.git
insuffient -> insufficient
This commit is contained in:
parent
0f1f28109f
commit
fb273eb72a
|
|
@ -194,7 +194,7 @@ static const char *MediaStatusStr(const media_status_t rc)
|
|||
{
|
||||
switch (rc) {
|
||||
case AMEDIA_OK: return "no error";
|
||||
case AMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE: return "insuffient resources";
|
||||
case AMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE: return "insufficient resources";
|
||||
case AMEDIACODEC_ERROR_RECLAIMED: return "reclaimed";
|
||||
case AMEDIA_ERROR_UNKNOWN: return "unknown error";
|
||||
case AMEDIA_ERROR_MALFORMED: return "malformed";
|
||||
|
|
|
|||
Loading…
Reference in New Issue