This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add missing void to updateclientlist definition
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
master
Pontus Stenetorp
10 months ago
committed by
Hiltjo Posthuma
parent
061e9fe9a7
commit
5687f46964
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1851,7 +1851,7 @@ updatebarpos(Monitor *m)
}
void
updateclientlist
(
)
updateclientlist
(
void
)
{
Client
*
c
;
Monitor
*
m
;
Write
Preview
Loading…
Cancel
Save