aboutsummaryrefslogtreecommitdiff
path: root/src/fifo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fifo.cpp')
-rw-r--r--src/fifo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifo.cpp b/src/fifo.cpp
index 3f27b2c..f34bb91 100644
--- a/src/fifo.cpp
+++ b/src/fifo.cpp
@@ -93,7 +93,7 @@ void Bu::Fifo::setPosEnd( long )
93{ 93{
94} 94}
95 95
96bool Bu::Fifo::isEOS() 96bool Bu::Fifo::isEos()
97{ 97{
98 return false; 98 return false;
99} 99}