mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-03 09:42:17 +00:00
Remove EOL spaces from stderr and curses
This commit is contained in:
parent
9696b4d6ba
commit
ba14a6705e
2
main.c
2
main.c
@ -216,7 +216,7 @@ static int opt_n_threads;
|
||||
static int mining_threads;
|
||||
static int num_processors;
|
||||
static int scan_intensity;
|
||||
static bool use_curses = true;
|
||||
bool use_curses = true;
|
||||
static bool opt_submit_stale;
|
||||
static bool opt_nogpu;
|
||||
static bool opt_usecpu;
|
||||
|
1
miner.h
1
miner.h
@ -314,6 +314,7 @@ extern char *opt_kernel_path;
|
||||
extern char *cgminer_path;
|
||||
extern bool opt_autofan;
|
||||
extern bool opt_autoengine;
|
||||
extern bool use_curses;
|
||||
|
||||
extern const uint32_t sha256_init_state[];
|
||||
extern json_t *json_rpc_call(CURL *curl, const char *url, const char *userpass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user