diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:06:52 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:02 +0200 |
| commit | 6b18e3b2e0dd57375f6908b40089a30bbf8f683f (patch) | |
| tree | c4415d22cb8d9b2371cbff5a976d4b45a5c475a1 /lib/vty.h | |
| parent | 181039f3d7a5f59ed31274210a9626f2cc5f673e (diff) | |
ospf6d: VNL -> VTYNL
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |
