summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 19:06:52 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-14 10:20:02 +0200
commit6b18e3b2e0dd57375f6908b40089a30bbf8f683f (patch)
treec4415d22cb8d9b2371cbff5a976d4b45a5c475a1 /lib/vty.h
parent181039f3d7a5f59ed31274210a9626f2cc5f673e (diff)
ospf6d: VNL -> VTYNL
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 2e2449fe82..27deaea3ef 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -196,7 +196,7 @@ struct vty_arg
#endif
#define VNL "\n" \
-/* CPP_WARN("VNL has been replaced with \\n.") */
+ CPP_WARN("VNL has been replaced with \\n.")
#define VTYNL "\n" \
/* CPP_WARN("VTYNL has been replaced with \\n.") */
#define VTY_NEWLINE "\n" \