]> granicus.if.org Git - neomutt/commitdiff
merge: rename some variables
authorRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:46:28 +0000 (22:46 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:46:28 +0000 (22:46 +0000)
The majority of the code uses the variable name 'buf' for a char buffer.
Most return-code variables are called 'rc'.

This mass rename makes the code more consistent.

 * buff -> buf
 * ret -> rc
 * rv -> rc


Trivial merge