summaryrefslogtreecommitdiff
path: root/libpurple/smiley.c
diff options
context:
space:
mode:
authorFlorian Qu?ze <florian@instantbird.org>2008-12-11 06:32:05 +0000
committerFlorian Qu?ze <florian@instantbird.org>2008-12-11 06:32:05 +0000
commit846061f4dd37a305b94138d7e7be3f5e6d8054a7 (patch)
treef01f78a7fbed77b346e19e861d14ee08dc16fa18 /libpurple/smiley.c
parent377a166ef4abd638fa32275b336e98c558c17766 (diff)
downloadpidgin-846061f4dd37a305b94138d7e7be3f5e6d8054a7.tar.gz
Remove the commas at the end of enumerator lists. This resolves warnings
when building libpurple within the Mozilla build system that turn into errors if the compiler is switched to a C++ compiler. Fixes #7717. committer: John Bailey <rekkanoryo@rekkanoryo.org>
Diffstat (limited to 'libpurple/smiley.c')
-rw-r--r--libpurple/smiley.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/smiley.c b/libpurple/smiley.c
index e3dd624cc9..8bcb8e935f 100644
--- a/libpurple/smiley.c
+++ b/libpurple/smiley.c
@@ -288,7 +288,7 @@ enum
{
PROP_0,
PROP_SHORTCUT,
- PROP_IMGSTORE,
+ PROP_IMGSTORE
};
#define PROP_SHORTCUT_S "shortcut"