From 0a7e36380717fe926d43ab30ef6162db9bd71723 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 4 Mar 2016 09:28:01 +0100 Subject: Add makefile and fix errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zlsh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zlsh.c') diff --git a/src/zlsh.c b/src/zlsh.c index 387120e..e301d44 100644 --- a/src/zlsh.c +++ b/src/zlsh.c @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "internals" +#include "internals.h" void @@ -18,7 +18,7 @@ zlsh(z_t a, z_t b, size_t bits) } chars = FLOOR_BITS_TO_CHARS(bits); - bits = BITS_IN_LAST_CHAR(bits) + bits = BITS_IN_LAST_CHAR(bits); cbits = BITS_PER_CHAR - 1 - bits; a->used = b->used + chars; -- cgit v1.2.3-70-g09d2