mirror of
https://github.com/0intro/wmii
synced 2025-02-20 00:04:37 +03:00
Remove unused variable.
This commit is contained in:
parent
c1243c5ad5
commit
704887372c
@ -373,7 +373,7 @@ struct exectab {
|
|||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
char *address, *cmd;
|
char *address;
|
||||||
exectab *tab;
|
exectab *tab;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user