aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-01-16 15:45:21 +0000
committerJörg Mayer <jmayer@loplof.de>2005-01-16 15:45:21 +0000
commit491ceb39058e9038aba4f35bae505f1af031a120 (patch)
treec4849c6200238e7430525660575d7ddd46297c6a /plugins/mate/mate_util.h
parentf4a0e4c7837fc02b8284f623948b53011cd96073 (diff)
Some trivial warning fixes in mate
svn path=/trunk/; revision=13073
Diffstat (limited to 'plugins/mate/mate_util.h')
-rw-r--r--plugins/mate/mate_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h
index 3c9ee9c253..2b586064a5 100644
--- a/plugins/mate/mate_util.h
+++ b/plugins/mate/mate_util.h
@@ -110,7 +110,7 @@ typedef enum _avpl_match_mode {
typedef enum _avpl_replace_mode {
AVPL_NO_REPLACE,
AVPL_INSERT,
- AVPL_REPLACE,
+ AVPL_REPLACE
} avpl_replace_mode;
typedef struct _avpl_transf AVPL_Transf;