From 4dfe13fb3772f9f9df944238e2fcf782b8c336aa Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 17:22:43 +0000 Subject: Fix whitespace svn path=/trunk/libparserutils/; revision=10898 --- include/parserutils/input/inputstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/parserutils/input/inputstream.h b/include/parserutils/input/inputstream.h index f923d8d..eca08ad 100644 --- a/include/parserutils/input/inputstream.h +++ b/include/parserutils/input/inputstream.h @@ -136,7 +136,7 @@ static inline parserutils_error parserutils_inputstream_peek( #undef IS_ASCII if (off != utf8_len && error != PARSERUTILS_NEEDDATA) - abort(); + abort(); return parserutils_inputstream_peek_slow(stream, offset, ptr, length); } -- cgit v1.2.3