useless var declaration prev_nitem
This commit is contained in:
parent
03c2b05bb2
commit
063c3d26e9
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -203,7 +203,7 @@ match(char *pattern) {
|
||||||
static void
|
static void
|
||||||
kpress(XKeyEvent * e) {
|
kpress(XKeyEvent * e) {
|
||||||
char buf[32];
|
char buf[32];
|
||||||
int i, num, prev_nitem;
|
int i, num;
|
||||||
unsigned int len;
|
unsigned int len;
|
||||||
KeySym ksym;
|
KeySym ksym;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue