summaryrefslogtreecommitdiff
path: root/print-cdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-cdp.c')
-rw-r--r--print-cdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-cdp.c b/print-cdp.c
index bef7f5eacadd..7bc617a96357 100644
--- a/print-cdp.c
+++ b/print-cdp.c
@@ -124,7 +124,7 @@ cdp_print(const u_char *pptr, u_int length, u_int caplen)
tok2str(cdp_tlv_values,"unknown field type", type),
type,
len,
- len>1 ? "s" : ""); /* plural */
+ PLURAL_SUFFIX(len)); /* plural */
switch (type) {