chiark / gitweb /
checkpath.c: Mark the `root' node explicitly as constant.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jul 2024 13:01:40 +0000 (14:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:23:10 +0000 (13:23 +0100)
commit822843636382a01a10f4c7c6eb704ef2ec5218ad
tree0967323886c12099f5cc18978b542b50674c30c5
parent2842188e3f68b353d62ce5504b7faeb593682a37
checkpath.c: Mark the `root' node explicitly as constant.

It never actually changes, but this isn't clear from the typing.
checkpath.c