aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-04-10 16:22:55 +0200
committermaximilian attems <max@stro.at>2010-07-07 14:06:25 +0200
commit6f57aca803ba81697099a8d38eb193459fecc894 (patch)
treee23c0dddc676673f585a45a7096cb8a7bb38fadb
parentf0edd251485dcb3111466307ca8d9c9d74467b19 (diff)
downloadklibc-6f57aca803ba81697099a8d38eb193459fecc894.tar.gz
[klibc] bootp_packet.h minor stylistic fix
Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/kinit/ipconfig/bootp_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/kinit/ipconfig/bootp_packet.h b/usr/kinit/ipconfig/bootp_packet.h
index 3525ec32576d1..6016e5f3a9024 100644
--- a/usr/kinit/ipconfig/bootp_packet.h
+++ b/usr/kinit/ipconfig/bootp_packet.h
@@ -28,4 +28,4 @@ struct bootp_hdr {
/* 312 bytes of extensions */
};
-#endif
+#endif /* BOOTP_PACKET_H */