summaryrefslogtreecommitdiffstats
path: root/player/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/client.c')
-rw-r--r--player/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/client.c b/player/client.c
index 5087f89885..85854e31ff 100644
--- a/player/client.c
+++ b/player/client.c
@@ -21,7 +21,6 @@
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
-#include <unistd.h>
#include "common/common.h"
#include "common/global.h"
@@ -2064,7 +2063,7 @@ static const char *const err_table[] = {
[-MPV_ERROR_SUCCESS] = "success",
[-MPV_ERROR_EVENT_QUEUE_FULL] = "event queue full",
[-MPV_ERROR_NOMEM] = "memory allocation failed",
- [-MPV_ERROR_UNINITIALIZED] = "core not uninitialized",
+ [-MPV_ERROR_UNINITIALIZED] = "core not initialized",
[-MPV_ERROR_INVALID_PARAMETER] = "invalid parameter",
[-MPV_ERROR_OPTION_NOT_FOUND] = "option not found",
[-MPV_ERROR_OPTION_FORMAT] = "unsupported format for accessing option",