compilation problems on FreeBSD.

Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307).  Fixes
compilation problems on FreeBSD.
This commit is contained in:
Andrew Turner 2003-08-21 04:42:56 +00:00 committed by David Schleef
parent b5c527d9d8
commit 905b39124f

View file

@ -61,6 +61,7 @@ MuxStream::BufferSizeCode ()
return buffer_size / 128;
else
assert (false);
return 0;
}