client API: fix indentation

This commit is contained in:
wm4 2016-08-07 18:05:27 +02:00
parent 5640ceb838
commit 52a0cbe456
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ typedef enum mpv_error {
* making asynchronous requests. (Bugs in the client API implementation
* could also trigger this, e.g. if events become "lost".)
*/
MPV_ERROR_EVENT_QUEUE_FULL = -1,
MPV_ERROR_EVENT_QUEUE_FULL = -1,
/**
* Memory allocation failed.
*/