summaryrefslogtreecommitdiff
path: root/lib/grammar_sandbox.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 20:17:06 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-14 10:20:03 +0200
commit625e016d14073dfefb69c0fa36cddb81fbe034ed (patch)
tree025bb557646390501de37e86d3813c111ec25d31 /lib/grammar_sandbox.c
parentcdda2010369cdcc2ffce5cb70ea112a13aacd9c3 (diff)
*: remove VTYNL, part 6 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/grammar_sandbox.c')
-rw-r--r--lib/grammar_sandbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/grammar_sandbox.c b/lib/grammar_sandbox.c
index edf55fba99..f6bc3e772c 100644
--- a/lib/grammar_sandbox.c
+++ b/lib/grammar_sandbox.c
@@ -414,9 +414,9 @@ DEFUN (grammar_findambig,
if (same)
{
vty_out (vty, "'%s' AMBIGUOUS:\n", cur->cmd);
- vty_out (vty, " %s%s '%s'\n", prev->el->name, VTYNL,
+ vty_out (vty, " %s\n '%s'\n", prev->el->name,
prev->el->string);
- vty_out (vty, " %s%s '%s'\n", cur->el->name, VTYNL,
+ vty_out (vty, " %s\n '%s'\n", cur->el->name,
cur->el->string);
vty_out (vty, "\n");
ambig++;