Change done to int as it is the CPU's natural type

This commit is contained in:
Aaron Marcher 2018-05-17 17:28:32 +02:00
parent 11ce8ed013
commit f9609f4ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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"