projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6718c57
)
Fix a prototype.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 21 Jul 2017 02:53:15 +0000
(22:53 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 21 Jul 2017 02:53:15 +0000
(22:53 -0400)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index fb884b3dc26331f234e316f73531b0b81b4b1a22..63cabf7c07bb340dc831790c72e6fdf43d64f2c3 100644
(file)
--- a/
misc.c
+++ b/
misc.c
@@
-238,7
+238,7
@@
static char* get_input(void)
return (input);
}
-bool silent_yes()
+bool silent_yes(
void
)
{
bool outcome = false;