mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
break up long line
This commit is contained in:
parent
1199b31e2c
commit
adaf3a7837
@ -18,7 +18,9 @@ long login(T_VBVMR_INTERFACE *vmr, int kind)
|
||||
{
|
||||
run_voicemeeter(vmr, kind);
|
||||
char kind_s[KIND_STR_LEN];
|
||||
log_info("Launching Voicemeeter %s GUI", kind_as_string(kind_s, kind, KIND_STR_LEN));
|
||||
log_info(
|
||||
"Launching Voicemeeter %s GUI",
|
||||
kind_as_string(kind_s, kind, KIND_STR_LEN));
|
||||
|
||||
time_t endwait;
|
||||
int timeout = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user