summaryrefslogtreecommitdiff
path: root/huffman.c
diff options
context:
space:
mode:
Diffstat (limited to 'huffman.c')
-rw-r--r--huffman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/huffman.c b/huffman.c
index 051fbbf..4ef7259 100644
--- a/huffman.c
+++ b/huffman.c
@@ -501,7 +501,7 @@ bitnumb=bitoffset % 8;
return((1<<bitnumb) & comparray[byteoffset] );
}
-inline double
+double
getHuffmanScore(void)
{
return results;