mirror of
https://github.com/curl/curl.git
synced 2026-07-17 10:57:16 +03:00
Sterling Hughes suggested we set 'static' before size_t...
This commit is contained in:
parent
ffa7c13117
commit
4ce5fa3ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue