diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-08 19:33:07 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-08 19:33:07 -0400 |
| commit | 914432b5ebaf682fae7647c595fa74657fe32833 (patch) | |
| tree | 51528040ca5c7607332edead57e79b6c345a3a67 /lib/command.c | |
| parent | e543616348f18fbc08931fc19a71e78d843ab6fb (diff) | |
lib: Fix bad function
Fix the decleration of a function to be better.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
