summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpv/client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 6a41871881..732aaf1fa0 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -216,7 +216,7 @@ typedef enum mpv_error {
/**
* Error setting or getting a property.
*/
- MPV_ERROR_PROPERTY_ERROR = -11,
+ MPV_ERROR_PROPERTY_ERROR = -11
} mpv_error;
/**
@@ -388,7 +388,7 @@ typedef enum mpv_format {
*
* Only valid when doing read access. The rest works like MPV_FORMAT_STRING.
*/
- MPV_FORMAT_OSD_STRING = 2,
+ MPV_FORMAT_OSD_STRING = 2
} mpv_format;
/**
@@ -643,7 +643,7 @@ typedef enum mpv_event_id {
* unspecified whether this happens on file start or only when it changes
* within a file.)
*/
- MPV_EVENT_METADATA_UPDATE = 19,
+ MPV_EVENT_METADATA_UPDATE = 19
} mpv_event_id;
/**