compat_strlcat: Avoid compiler warning 'no newline at end of file'

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4926 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2010-12-06 18:51:23 +00:00
parent f5e21e0ba0
commit de6021d6f2
1 changed files with 2 additions and 1 deletions

View File

@ -69,4 +69,5 @@ strlcat(char *dst, const char *src, size_t siz)
return(dlen + (s - src)); /* count does not include NUL */
}
#endif
#endif