projects
/
mspang
/
inapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
54a7927
)
Add explicit return to main
author
Michael Spang
<mspang@csclub.uwaterloo.ca>
Fri, 25 Dec 2009 19:26:56 +0000
(14:26 -0500)
committer
Michael Spang
<mspang@csclub.uwaterloo.ca>
Fri, 25 Dec 2009 22:28:25 +0000
(17:28 -0500)
Signed-off-by: Michael Spang <mspang@csclub.uwaterloo.ca>
inapt.cc
patch
|
blob
|
history
diff --git
a/inapt.cc
b/inapt.cc
index
dbb657a
..
ff41649
100644
(file)
--- a/
inapt.cc
+++ b/
inapt.cc
@@
-477,4
+477,6
@@
int main(int argc, char *argv[]) {
_error->DumpErrors();
exit(1);
}
_error->DumpErrors();
exit(1);
}
+
+ return 0;
}
}