summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 900928120..2b5cf37ad 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -2503,7 +2503,7 @@ DEFUN (vtysh_write_terminal,
fp = stdout;
vty_outln (vty, "Building configuration...");
- vty_outln (vty, "%sCurrent configuration:",VTY_NEWLINE);
+ vty_outln (vty, "%sCurrent configuration:",VTYNL);
vty_outln (vty, "!");
for (i = 0; i < array_size(vtysh_client); i++)