This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwmblocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removed call to redundant call to exit()
master
aidan
5 years ago
parent
661f3eb4bc
commit
9c5aec5cd5
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dwmblocks.c
+ 0
- 1
dwmblocks.c
View File
@ -165,7 +165,6 @@ void sighandler(int signum)
void
termhandler
(
int
signum
)
{
statusContinue
=
0
;
exit
(
0
)
;
}
int
main
(
int
argc
,
char
*
*
argv
)
Write
Preview
Loading…
Cancel
Save