Browse Source

useless var declaration prev_nitem

master
Anselm R. Garbe 17 years ago
parent
commit
063c3d26e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.c

+ 1
- 1
main.c View File

@@ -203,7 +203,7 @@ match(char *pattern) {
static void
kpress(XKeyEvent * e) {
char buf[32];
int i, num, prev_nitem;
int i, num;
unsigned int len;
KeySym ksym;



Loading…
Cancel
Save