mirror of
https://github.com/curl/curl.git
synced 2026-08-05 01:36:17 +03:00
checksrc: code style: use 'char *name' style
This commit is contained in:
parent
bc7e08471c
commit
dbadaebfc4
68 changed files with 330 additions and 329 deletions
|
|
@ -421,7 +421,7 @@ static CURLcode glob_parse(URLGlob *glob, char *pattern,
|
|||
return res;
|
||||
}
|
||||
|
||||
CURLcode glob_url(URLGlob** glob, char* url, unsigned long *urlnum,
|
||||
CURLcode glob_url(URLGlob **glob, char *url, unsigned long *urlnum,
|
||||
FILE *error)
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue