mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Sterling Hughes suggested we set 'static' before size_t...
This commit is contained in:
parent
ffa7c13117
commit
4ce5fa3ea9
@ -82,7 +82,7 @@ struct krb4_data {
|
||||
|
||||
#ifndef HAVE_STRLCPY
|
||||
/* if it ever goes non-static, make it Curl_ prefixed! */
|
||||
size_t static
|
||||
static size_t
|
||||
strlcpy (char *dst, const char *src, size_t dst_sz)
|
||||
{
|
||||
size_t n;
|
||||
|
Loading…
Reference in New Issue
Block a user