home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a037841
)
Use standard-conformant exit.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 20 Jul 2013 03:43:33 +0000
(
05:43
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 20 Jul 2013 03:43:33 +0000
(
05:43
+0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index a720191eeeba8106485e6d77a6f9866fcab97a9e..4ed9ba8f12990c37fd072783276654be493e91ca 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-171,4
+171,4
@@
int main (int argc, char *argv[]) {
free(world.keyswindata);
free(world.log);
endwin();
-
return 0
; }
+
exit (EXIT_SUCCESS)
; }