formatting
This commit is contained in:
parent
747516b0d2
commit
79740bf38c
@ -286,7 +286,7 @@ typedef unsigned int bit;
|
||||
*/
|
||||
|
||||
#undef DEBUGASSERT
|
||||
#if defined(DEBUGBUILD)
|
||||
#ifdef DEBUGBUILD
|
||||
#define DEBUGASSERT(x) assert(x)
|
||||
#else
|
||||
#define DEBUGASSERT(x) do { } while(0)
|
||||
|
||||
@ -1189,7 +1189,6 @@ int curl_mprintf(const char *format, ...)
|
||||
int retcode;
|
||||
va_list ap_save; /* argument pointer */
|
||||
va_start(ap_save, format);
|
||||
|
||||
retcode = formatf(stdout, fputc_wrapper, format, ap_save);
|
||||
va_end(ap_save);
|
||||
return retcode;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user