From 914432b5ebaf682fae7647c595fa74657fe32833 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 8 May 2018 19:33:07 -0400 Subject: [PATCH] lib: Fix bad function Fix the decleration of a function to be better. Signed-off-by: Donald Sharp --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.c b/lib/command.c index fb558b64d3..d90e33e42a 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2346,7 +2346,7 @@ DEFUN (config_log_file, zlog_default->default_lvl); } -static void disable_log_file() +static void disable_log_file(void) { zlog_reset_file(); -- 2.39.5