From 81207825c50fa9a4ec1475024543f830dee247fd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jan 2019 16:50:23 -0600 Subject: Fix various warnings building on FreeBSD. --- scripts/config2help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/config2help.c') diff --git a/scripts/config2help.c b/scripts/config2help.c index be53547d..edb1caea 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -19,7 +19,7 @@ #include #include -/****************** functions copied from lib/*.c ********************/ +//****************** functions copied from lib/*.c ******************** struct double_list { struct double_list *next, *prev; @@ -107,7 +107,7 @@ struct double_list *dlist_add(struct double_list **list, char *data) return new; } -/****************** end copies of lib/*.c *************/ +//****************** end copies of lib/*.c ************* // Parse config files into data structures. -- cgit v1.2.3