diff options
Diffstat (limited to 'device/errno.h')
-rw-r--r-- | device/errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/errno.h b/device/errno.h index 35e31e5..e65aa98 100644 --- a/device/errno.h +++ b/device/errno.h @@ -2,7 +2,7 @@ * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the @@ -42,4 +42,4 @@ #define ENOTTY D_INVALID_OPERATION #define ENOMEM D_NO_MEMORY -#endif _ERRNO_ +#endif /* _ERRNO_ */ |