From cb9012c2ca2a659a219b6c48d0b6b9d1a8e28b5c Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Tue, 9 May 2017 14:22:53 +0100 Subject: [PATCH] Accidentially removed newline --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string.c b/src/string.c index 5dcd9183c..d7f8b3679 100644 --- a/src/string.c +++ b/src/string.c @@ -49,4 +49,4 @@ size_t strlcpy(char *dst, const char *src, size_t siz) return strlcat(dst, src, siz); } -#endif \ No newline at end of file +#endif