소스 검색

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

Aaron Marcher 7 년 전
부모
커밋
f9609f4ff4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      slstatus.c

+ 1 - 1
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"