aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-20 22:13:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-20 22:13:48 +0000
commitc646b414df2abd85e653a3b2db668ee653170c60 (patch)
tree08ad1422643e822657858922e5aa4b42c2017da7 /epan/dissectors/packet-image-jfif.c
parent8bfee6d4e75fd77bc205962e4aac6cb1d031c187 (diff)
Use "plurality()" rather than locally-defined "PLURALIZE()" macros, and
get rid of the definition of "PLURALIZE()" in modules that don't use it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12791 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-image-jfif.c')
-rw-r--r--epan/dissectors/packet-image-jfif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-image-jfif.c b/epan/dissectors/packet-image-jfif.c
index 0efa4e4e56..896cb03b7c 100644
--- a/epan/dissectors/packet-image-jfif.c
+++ b/epan/dissectors/packet-image-jfif.c
@@ -69,8 +69,6 @@
#define DebugLog(x) ;
#endif
-#define PLURALIZE(x) ((x) == 1 ? "" : "s")
-
#define IMG_JFIF "image-jfif"
/************************** Variable declarations **************************/