diff options
| -rw-r--r-- | src/errno/__strerror.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/errno/__strerror.h b/src/errno/__strerror.h index 00eaf938..d291a7cd 100644 --- a/src/errno/__strerror.h +++ b/src/errno/__strerror.h @@ -98,4 +98,4 @@ E(EDQUOT,       "Quota exceeded")  E(ENOMEDIUM,    "No medium found")  E(EMEDIUMTYPE,  "Wrong medium type") -E(0,            "Invalid error number") +E(0,            "No error information") | 
