* src/names.c: Strict definition of file_list_name. Signed-off-by: Connor Behan <connor.be...@gmail.com> --- src/names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/names.c b/src/names.c index 0eff2b4..4f69577 100644 --- a/src/names.c +++ b/src/names.c @@ -349,7 +349,7 @@ static struct file_id_list *file_id_list; are being read. */ static const char * -file_list_name () +file_list_name (void) { struct name_elt *elt; -- 1.8.3.4