diff options
Diffstat (limited to 'vtysh/vtysh_config.c')
| -rw-r--r-- | vtysh/vtysh_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index 0bd82b95d8..d8a568f769 100644 --- a/vtysh/vtysh_config.c +++ b/vtysh/vtysh_config.c @@ -76,7 +76,7 @@ line_del (char *line) } struct config * -config_new () +config_new (void) { struct config *config; config = XCALLOC (MTYPE_VTYSH_CONFIG, sizeof (struct config)); |
