summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 71f200d851..166bc7a260 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -467,7 +467,7 @@ DEFUN(show_hash_stats,
if (tt->nrows > 1)
{
ttable_colseps (tt, 0, RIGHT, true, '|');
- char *table = ttable_dump (tt, VTYNL);
+ char *table = ttable_dump (tt, "\n");
vty_out (vty, "%s\n", table);
XFREE (MTYPE_TMP, table);
}