summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-06-20 01:15:00 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2018-06-20 01:15:00 +0300
commite1c160951914428e30f044d16ffd9a564283a3c7 (patch)
tree28cb6618e749ec56743a75e89e9e2b0b9c795a73 /include
parentbdb8a99e0c640875ca45e3a3cc98766fdedba77e (diff)
Miscellaneous seeking and locking bugfixes (ref issue #32)
Diffstat (limited to 'include')
-rw-r--r--include/kitchensink/kitplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kitchensink/kitplayer.h b/include/kitchensink/kitplayer.h
index e9f7dbf..b38385a 100644
--- a/include/kitchensink/kitplayer.h
+++ b/include/kitchensink/kitplayer.h
@@ -23,7 +23,7 @@ typedef enum Kit_PlayerState {
KIT_STOPPED = 0, ///< Playback stopped or has not started yet.
KIT_PLAYING, ///< Playback started & player is actively decoding.
KIT_PAUSED, ///< Playback paused; player is actively decoding but no new data is given out.
- KIT_CLOSED ///< Playback is stopped and player is closing.
+ KIT_CLOSED, ///< Playback is stopped and player is closing.
} Kit_PlayerState;
typedef struct Kit_Player {