summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ivyfifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyfifo.c b/src/ivyfifo.c
index c60596b..a13b276 100644
--- a/src/ivyfifo.c
+++ b/src/ivyfifo.c
@@ -146,7 +146,7 @@ unsigned int IvyFifoGenericRead (IvyFifoBuffer *f, const unsigned int buf_size,
unsigned int IvyFifoSendSocket (IvyFifoBuffer *f, const int fd)
{
- unsigned int maxLen, realLen;
+ unsigned int maxLen, realLen;
do {
maxLen = MIN ((unsigned int)(f->end - f->rptr), IvyFifoLength(f));