This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
useless var declaration prev_nitem
master
Anselm R. Garbe
18 years ago
parent
03c2b05bb2
commit
063c3d26e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save