summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-14 12:28:55 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-15 02:18:48 +0100
commitde80e220c5132e7224be2d388e3ff8cb5e5dd030 (patch)
treee370bc2840781e1792b9ac4f9f4b23a24972b9e9
parent7fd1f26a1284427b3d71b97da97141eb1fb4ae2d (diff)
i386/i386/pic.h: add comment after endif
* i386/i386/pic.h (__ASSEMBLER__): Add comment after endif.
-rw-r--r--i386/i386/pic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/pic.h b/i386/i386/pic.h
index 52f6ec1..80bf65d 100644
--- a/i386/i386/pic.h
+++ b/i386/i386/pic.h
@@ -183,6 +183,6 @@ extern int curr_pic_mask;
extern int pic_mask[];
extern void prtnull(int unit);
extern void intnull(int unit);
-#endif
+#endif /* __ASSEMBLER__ */
#endif /* _I386_PIC_H_ */