Added explicit 'void' to function that takes no argument
commita622197faae7eba22ba1914a2f0dc97afb65e9ac
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 11 May 2013 22:24:43 +0000 (12 00:24 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 May 2013 00:01:20 +0000 (12 01:01 +0100)
tree52ff89c33b3f5e54917937f59025a96a4554ded1
parenta3281b1e89232c9ee4a587abc920540988c11060
Added explicit 'void' to function that takes no argument

This is the correct way to tell that a function takes no
arguments, because an empty parameter list tells the compiler
that it is not yet defined, and is tolerated only for
compatibility with very old C compilers for whom prototypes
were not yet a defined language element.
12 files changed:
WINGs/notification.c
WINGs/wcolorwell.c
WINGs/wtext.c
WPrefs.app/WPrefs.c
src/defaults.c
src/keybind.h
src/moveres.c
src/winspector.h
util/wmsetbg.c
util/wxcopy.c
util/wxpaste.c
wrlib/load.c