diff options
| author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-14 12:15:06 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-15 02:18:48 +0100 |
| commit | 26cde02db986bc1d36af9b34192fb47e8a01965d (patch) | |
| tree | 6f225c038adec06855517785e7498fe9a54c4bf8 | |
| parent | f2f02114f65ca94c5c6db050136226377042a1e3 (diff) | |
i386/i386/machine_routines.h: add comment after endif
* i386/i386/machine_routines.h (_I386_MACHINE_ROUTINES_H_): Add comment after endif.
| -rw-r--r-- | i386/i386/machine_routines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/machine_routines.h b/i386/i386/machine_routines.h index a1fb489..d77849a 100644 --- a/i386/i386/machine_routines.h +++ b/i386/i386/machine_routines.h @@ -33,5 +33,5 @@ #define MACHINE_SERVER mach_i386_server #define MACHINE_SERVER_ROUTINE mach_i386_server_routine -#endif +#endif /* _I386_MACHINE_ROUTINES_H_ */ |
