Change done to int as it is the CPU's natural type
This commit is contained in:
parent
11ce8ed013
commit
f9609f4ff4
@ -19,7 +19,7 @@ struct arg {
|
||||
|
||||
char *argv0;
|
||||
char buf[1024];
|
||||
static unsigned short int done;
|
||||
static int done;
|
||||
static Display *dpy;
|
||||
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user