chg: remove a warning 'extern'

This commit is contained in:
iceman1001 2017-10-21 13:00:36 +02:00
parent 55e87490cf
commit 1fd6d95729

View file

@ -19,8 +19,7 @@ int GridOffset = 0;
bool GridLocked = false;
bool showDemod = true;
extern pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
static char *logfilename = "proxmark3.log";
void PrintAndLog(char *fmt, ...) {