mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
api.c typo
This commit is contained in:
parent
95dff7363e
commit
70c57e7d40
2
api.c
2
api.c
@ -2733,7 +2733,7 @@ static void failoveronly(__maybe_unused SOCKETTYPE c, char *param, bool isjson,
|
|||||||
|
|
||||||
bool tf = (*param == 't');
|
bool tf = (*param == 't');
|
||||||
|
|
||||||
opt_fail_only = tf;;
|
opt_fail_only = tf;
|
||||||
|
|
||||||
strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson));
|
strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user