winpl

LD_PRELOAD-based X11 window manipulator
git clone https://git.sinitax.com/sinitax/winpl
Log | Files | Refs | LICENSE | sfeed.txt

commit 5a358e944c7a0e17b252a444624f32003a207bef
parent 261fba718abf36b03d88fa5fe4c1d9922155ef93
Author: Louis Burda <quent.burda@gmail.com>
Date:   Wed, 13 Mar 2024 19:21:09 +0100

Remove unused variable

Diffstat:
Mloader.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/loader.c b/loader.c @@ -65,7 +65,6 @@ main(int argc, char *const *argv) char *const *arg, *const *cmd_argv; char pathbuf[PATH_MAX]; struct stat st; - int rc; if (argc < 1) return 0;