Extend the error message

This commit is contained in:
Holger Vogt 2024-01-07 11:56:56 +01:00
parent a4ae81ec06
commit 4d0e65b3b6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const char *SPerror(int type)
msg = "no such terminal on this device";
break;
case E_BADPARM:
msg = "no such parameter on this device";
msg = "no such parameter on this device or parameter is missing";
break;
case E_NOMEM:
msg = "out of memory";