1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 06:54:36 +00:00

Variable is already initialised in global scope.

This commit is contained in:
Con Kolivas 2013-04-15 10:19:37 +10:00
parent 0488a850cd
commit ec9390dc4e

View File

@ -145,7 +145,7 @@
static const char SEPARATOR = '|';
static const char COMMA = ',';
static const char EQ = '=';
static int ONLY = 0;
static int ONLY;
void display(char *buf)
{