diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2014-01-01 14:46:01 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-01-01 14:46:01 +0100 |
commit | d23ad061809074f89206b95dd132820c306c9a3e (patch) | |
tree | 82b447de8dbe7005c383884f1d925e4d960768b7 /i386 | |
parent | ffe08a02b56760dc174e7f5fab5e57dc513f5e17 (diff) |
Add comment after endif
* i386/i386/io_perm.h (_I386_IO_PERM_H_): Add comment after endif.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/io_perm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/io_perm.h b/i386/i386/io_perm.h index a68e103..a7f1f6f 100644 --- a/i386/i386/io_perm.h +++ b/i386/i386/io_perm.h @@ -62,4 +62,4 @@ extern ipc_port_t convert_io_perm_to_port (io_perm_t); extern void io_perm_deallocate (io_perm_t); #endif -#endif +#endif /* _I386_IO_PERM_H_ */ |