diff options
author | Max Kellermann <max@musicpd.org> | 2016-09-08 10:22:31 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-09-08 12:07:22 +0200 |
commit | 1897409476c433080e0a9f71d908778fdda75264 (patch) | |
tree | 6825fb2f37e9f1ff0102f228df2234b1025e3e85 /src | |
parent | c60d65dd8f972fb3c87c4c31ffacae79f5c26d15 (diff) |
player/Control: update API documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/player/Control.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player/Control.hxx b/src/player/Control.hxx index 00d0db4dd..f9a224d44 100644 --- a/src/player/Control.hxx +++ b/src/player/Control.hxx @@ -131,7 +131,7 @@ struct PlayerControl { /** * The error that occurred in the player thread. This - * attribute is only valid if #error is not + * attribute is only valid if #error_type is not * #PlayerError::NONE. The object must be freed when this * object transitions back to #PlayerError::NONE. */ |