aboutsummaryrefslogtreecommitdiff
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerData.h')
-rw-r--r--src/playerData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 80423717..fccc758d 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -28,7 +28,7 @@
extern unsigned int buffered_before_play;
extern PlayerControl pc;
extern DecoderControl dc;
-extern OutputBuffer cb; /* rename this to 'ob' */
+extern OutputBuffer ob;
typedef struct _PlayerData {
mpd_uint8 *audioDeviceStates;