forgot to type the variable

This commit is contained in:
JayPiKay 2012-04-08 19:15:53 +02:00
parent 1cef77d7dc
commit 02867a3d26
1 changed files with 1 additions and 1 deletions

2
g35d.c
View File

@ -44,7 +44,7 @@ static char *pid_file = NULL;
static char *uinput_dev = NULL;
static char *profile_name = NULL;
static exit_lock = 0;
static int exit_lock = 0;
pthread_t keypress_thread;