From 5c905a2f6a2eb50da5262d8b7f36c4c053319cea Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Feb 2003 20:11:18 +0000 Subject: [PATCH] Added missing newline at end of file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2720 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/support/string_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/support/string_helper.h b/src/kits/support/string_helper.h index 252ad95521..f20d98d758 100644 --- a/src/kits/support/string_helper.h +++ b/src/kits/support/string_helper.h @@ -6,4 +6,4 @@ extern char *strcasestr(const char *s, const char *find); -#endif //__stringhelper_h \ No newline at end of file +#endif //__stringhelper_h