This website works better with JavaScript.
Explore
Help
Register
Sign In
wilderjds
/
xmp-cli
Watch
1
Star
0
Fork
You've already forked xmp-cli
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
replace exit(EXIT_SUCCESS); with return 0; at the end of main().
Browse Source
master
Ozkan Sezer
4 years ago
committed by
Ozkan Sezer
parent
c35288c66f
commit
7d2b83ce02
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/main.c
2
src/main.c
Unescape
Escape
View File
@ -655,5 +655,5 @@ int main(int argc, char **argv)
sound
-
>
deinit
(
)
;
exit
(
EXIT_SUCCESS
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
wilderjds/xmp-cli
Title
Body
Create Issue