Browse Source

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

master
Aaron Marcher 8 years ago
parent
commit
f9609f4ff4
  1. 2
      slstatus.c

2
slstatus.c

@ -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…
Cancel
Save