fix type and indentation
This commit is contained in:
parent
55dd10e947
commit
36efe024f5
@ -725,9 +725,11 @@ TALER_buffer_write_fstr (struct TALER_Buffer *buf, const char *fmt, ...)
|
||||
* @param args format argument list
|
||||
*/
|
||||
void
|
||||
TALER_buffer_write_vfstr (struct TALER_Buffer *buf, const char *fmt, va_list args)
|
||||
TALER_buffer_write_vfstr (struct TALER_Buffer *buf,
|
||||
const char *fmt,
|
||||
va_list args)
|
||||
{
|
||||
size_t res;
|
||||
int res;
|
||||
va_list args2;
|
||||
|
||||
va_copy (args2, args);
|
||||
|
Loading…
Reference in New Issue
Block a user