Accidentially removed newline

This commit is contained in:
toasterbabe 2017-05-09 14:22:53 +01:00
parent ba41d46587
commit cb9012c2ca
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ size_t strlcpy(char *dst, const char *src, size_t siz)
return strlcat(dst, src, siz);
}
#endif
#endif