diff options
Diffstat (limited to 'src/fifo.cpp')
-rw-r--r-- | src/fifo.cpp | 2 |
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 | ||
96 | bool Bu::Fifo::isEOS() | 96 | bool Bu::Fifo::isEos() |
97 | { | 97 | { |
98 | return false; | 98 | return false; |
99 | } | 99 | } |