remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:05:19 +02:00
parent eb8490f13a
commit 5276033be1
11 changed files with 126 additions and 126 deletions

View File

@@ -84,7 +84,7 @@ extern int _errno;
int __fastcall__ _osmaperrno (unsigned char oserror);
/* Map an operating system specific error code (for example from _oserror)
/* Map an operating system specific error code (for example from _oserror)
** into one of the E... codes above. It is user callable.
*/