mirror of
https://github.com/curl/curl.git
synced 2026-07-26 21:37:16 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -102,7 +102,7 @@ const char *Curl_bufref_ptr(const struct bufref *br)
|
|||
DEBUGASSERT(br->signature == SIGNATURE);
|
||||
DEBUGASSERT(br->ptr || !br->len);
|
||||
|
||||
return (const char *) br->ptr;
|
||||
return (const char *)br->ptr;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue