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