summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-09 16:38:28 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-12-09 16:40:19 +0100
commit7ce2f7e14abee30a84181bc991becc06bcc70ce1 (patch)
tree76072fc2cdc01f199842c4c2d27221230d905aab /src/manage.c
parent8637e3d69e744fa6efca981d830e344d3ab122dc (diff)
downloadratpoison-7ce2f7e14abee30a84181bc991becc06bcc70ce1.zip
no parameter -> void; C and C++ differ here
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c
index 0c1877d..4296480 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -447,7 +447,7 @@ unmanage (rp_window *w)
/* When starting up scan existing windows and start managing them. */
void
-scanwins ()
+scanwins (void)
{
rp_window *win;
XWindowAttributes attr;