diff options
Diffstat (limited to 'src/iconmgr.c')
-rw-r--r-- | src/iconmgr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iconmgr.c b/src/iconmgr.c index b4827ad..8b1a584 100644 --- a/src/iconmgr.c +++ b/src/iconmgr.c @@ -54,7 +54,8 @@ int iconifybox_height = siconify_height; /** * create all the icon manager windows for this screen. */ -void CreateIconManagers() +void +CreateIconManagers(void) { IconMgr *p; int mask; |