From 77b1a78ffa571b84a076a2c3fdc40031688fd06a Mon Sep 17 00:00:00 2001 From: Arne Goedeke <el@laramies.com> Date: Wed, 26 Feb 2014 11:46:53 +0100 Subject: [PATCH] missing ; in debug mode --- src/stralloc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stralloc.h b/src/stralloc.h index e1d4f681dc..74faae75a3 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -143,8 +143,7 @@ static INLINE p_wchar2 index_shared_string(struct pike_string *s, ptrdiff_t pos } #else PMOD_EXPORT p_wchar2 generic_extract (const void *str, int size, ptrdiff_t pos); -PMOD_EXPORT p_wchar2 index_shared_string(struct pike_string *s, - ptrdiff_t pos) +PMOD_EXPORT p_wchar2 index_shared_string(struct pike_string *s, ptrdiff_t pos); #endif #define INDEX_CHARP(PTR,IND,SHIFT) generic_extract(PTR,SHIFT,IND) -- GitLab