]> granicus.if.org Git - neomutt/commit
tidy: drop unnecessary INITVAL usage
authorRichard Russon <rich@flatcap.org>
Wed, 26 Jul 2017 15:39:51 +0000 (16:39 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 15:20:50 +0000 (16:20 +0100)
commita88c288011b2f506fefca265b66c7198d4268ee6
treed6d02297ce5b99b308bb1bd1f30d07eb5a39a3de
parent9d2448705d980a51b36147d61c7ec14e88fa8f50
tidy: drop unnecessary INITVAL usage

Variables with a static/global scope are automatically initialised to 0/NULL.
About 10 variables were initialised to non-zero values, but they were
reset with values from init.h before they were used.
buffy.h
globals.h
mx.h
nntp.h
sort.h