summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-14 13:13:17 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-15 02:18:49 +0100
commit1ba3de794c4a32f8dbe6e0a03d044a6d31425954 (patch)
tree290468091cb0282ebc1f28a9bd31ad2e56235a9c
parent931fe2577d42b7779bf2e0c4d70f871f2d7fd39e (diff)
i386/i386at/idt.h: add comment after endif
* i386/i386at/idt.h (__ASSEMBLER__): Add comment after endif.
-rw-r--r--i386/i386at/idt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/idt.h b/i386/i386at/idt.h
index 1b3284f..56e6296 100644
--- a/i386/i386at/idt.h
+++ b/i386/i386at/idt.h
@@ -36,6 +36,6 @@
#ifndef __ASSEMBLER__
extern void idt_init (void);
-#endif
+#endif /* __ASSEMBLER__ */
#endif /* _I386AT_IDT_ */