diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-01-18 06:28:44 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-01-18 06:28:44 +0100 |
commit | 9a6af1a512e5d73bb782d48b9ce623e680d1c6c0 (patch) | |
tree | 0ebd94c0e622eeef1919dd1923904c41173f9577 /FICS | |
parent | 10701b0d3fb093a89d9e2817fe7042d99ea4eb1e (diff) |
Fixed -Wshadow
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/talkproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index cfcf6c7..54a8f63 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -1034,7 +1034,6 @@ com_qtell(int p, param_list param) pprintf(p, "*qtell %s 0*\n", parray[p1].name); } else { int ch = param[0].val.integer; - int p1; if (ch == 0) { pprintf(p, "*qtell %d 1*\n", param[0].val.integer); |