mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Added line breaks
This commit is contained in:
parent
b0fc372b47
commit
02a5279fbd
@ -13,6 +13,7 @@ void disable_log( char const* format, ... ) {
|
||||
va_list args;
|
||||
va_start( args, format );
|
||||
vprintf( format, args );
|
||||
printf("\n");
|
||||
va_end( args );
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user