aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/playerData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 003c59ca1..fccf782b4 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -27,7 +27,7 @@
#define CHUNK_SIZE 1024
extern int buffered_before_play;
-extern int BUFFERED_CHUNKS;
+extern int buffered_chunks;
typedef struct _Buffer {
char * chunks;