aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-20 22:13:48 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-20 22:13:48 +0000
commite20d80ea570eec39cd3426cead33af107c489e16 (patch)
tree08ad1422643e822657858922e5aa4b42c2017da7 /epan/dissectors/packet-image-jfif.c
parent8e36c366f86f385c2eb1b3f0b32033350750691b (diff)
Use "plurality()" rather than locally-defined "PLURALIZE()" macros, and
get rid of the definition of "PLURALIZE()" in modules that don't use it. svn path=/trunk/; revision=12791
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 **************************/