smol/src
Hussam al-Homsi bb8f40989f tweaks: change 'return ++var;' to 'return var + 1;'
This avoids an unused and misleading assignment that might make
someone think the incremented variable will be used again.

Signed-off-by: Hussam al-Homsi <sawuare@gmail.com>
2021-10-02 17:41:03 +02:00
..
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
browser.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
chars.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
color.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
cut.c tweaks: rename three variables, to follow the general scheme 2021-09-20 10:08:56 +02:00
definitions.h tweaks: use five symbolic names, to make eight function calls clearer 2021-09-29 15:35:18 +02:00
files.c tweaks: rename a function, to be more fitting 2021-09-29 15:37:06 +02:00
global.c help: use smaller triangles for the arrows 2021-06-14 09:29:27 +02:00
help.c tweaks: add Schiermonnikoog to the list of friendly islands 2021-06-16 11:19:23 +02:00
history.c history: emit a warning when file cannot be made private [coverity] 2021-09-08 09:15:41 +02:00
move.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
nano.c tweaks: use five symbolic names, to make eight function calls clearer 2021-09-29 15:35:18 +02:00
prompt.c tweaks: add Schiermonnikoog to the list of friendly islands 2021-06-16 11:19:23 +02:00
prototypes.h tweaks: rename a function, to be more fitting 2021-09-29 15:37:06 +02:00
rcfile.c tweaks: rename two functions, to get rid of an ugly _void suffix 2021-06-13 12:17:33 +02:00
search.c tweaks: reshuffle a few lines to avoid an #ifdef and unbalanced braces 2021-09-11 15:07:05 +02:00
text.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00