diff subopt-helper.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents 5949a654e2d4
children 4129c8cfa742
line wrap: on
line diff
--- a/subopt-helper.h	Mon Dec 31 16:14:38 2007 +0000
+++ b/subopt-helper.h	Mon Dec 31 16:15:50 2007 +0000
@@ -47,4 +47,4 @@
 int strargcmp(strarg_t *arg, const char *str);
 int strargcasecmp(strarg_t *arg, char *str);
 
-#endif
+#endif /* SUBOPT_HELPER_H */