mirror of
https://github.com/curl/curl.git
synced 2026-08-11 15:22:00 +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
|
|
@ -52,7 +52,7 @@ void handle_error(const char *file, int lineno, const char *msg)
|
|||
/* This array will store all of the mutexes available to OpenSSL. */
|
||||
static MUTEX_TYPE *mutex_buf= NULL;
|
||||
|
||||
static void locking_function(int mode, int n, const char * file, int line)
|
||||
static void locking_function(int mode, int n, const char *file, int line)
|
||||
{
|
||||
if(mode & CRYPTO_LOCK)
|
||||
MUTEX_LOCK(mutex_buf[n]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue