mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add a missing const.
The variable in question holds the return value of strchr when its input string was const, so it ought logically to be const itself even though the official prototype of strchr permits it not to be.
This commit is contained in:
parent
e090e55179
commit
1c4f122525
Loading…
Reference in New Issue
Block a user