Commit 4ce5fa3e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Sterling Hughes suggested we set 'static' before size_t...

parent ffa7c131
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;