1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

api.c typo

This commit is contained in:
Kano 2012-08-14 12:58:08 +10:00
parent 95dff7363e
commit 70c57e7d40

2
api.c
View File

@ -2733,7 +2733,7 @@ static void failoveronly(__maybe_unused SOCKETTYPE c, char *param, bool isjson,
bool tf = (*param == 't');
opt_fail_only = tf;;
opt_fail_only = tf;
strcpy(io_buffer, message(MSG_FOO, tf, NULL, isjson));
}