home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1872c5c
)
Add missing return from main
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 10 Mar 2020 07:18:01 +0000
(
03:18
-0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 10 Mar 2020 07:18:01 +0000
(
03:18
-0400)
x5/khatus.c
patch
|
blob
|
blame
|
history
diff --git
a/x5/khatus.c
b/x5/khatus.c
index
4acb956
..
e30679e
100644
(file)
--- a/
x5/khatus.c
+++ b/
x5/khatus.c
@@
-366,4
+366,6
@@
main(int argc, char *argv[])
fflush(stdout);
}
}
+
+ return EXIT_SUCCESS;
}
This page took
0.019863 seconds
and
4
git commands to generate.