]> Sergey Matveev's repositories - nnn.git/commit
cfg: use designated initializer
authorNRK <nrk@disroot.org>
Wed, 1 Jun 2022 13:40:21 +0000 (19:40 +0600)
committerNRK <nrk@disroot.org>
Wed, 29 Jun 2022 18:26:36 +0000 (00:26 +0600)
commit1d347b1ce986e6b1783b9cd66ac64e84aa85980b
tree0b4c70c6d25776cd6fa1d93b6faaa81f401faca6
parent2df0cbd08bdc208b357d22005178a8723c0c94d3
cfg: use designated initializer

anything not explicitly initialized will be implicitly initialized to
zero. this makes things more robust since comments are not checked by
the compiler and can be incorrect.
src/nnn.c