From 2ff5e9434b73c289b06e80126d55d369015fef9b Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 19 Nov 2010 22:15:13 +0000 Subject: [PATCH] Fixed missing newline at end of GSICUString.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31636 72102866-910b-0410-8b05-ffd578937521 --- Source/GSICUString.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/GSICUString.h b/Source/GSICUString.h index eb1223c0e..434ccab0c 100644 --- a/Source/GSICUString.h +++ b/Source/GSICUString.h @@ -75,4 +75,5 @@ static inline void free_string(unichar **buf) {\ name ## _onheap = malloc(size);\ name = name ## _onheap;\ - }\ + } +