summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-04 00:18:55 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-04 00:18:55 +0100
commit76e8b5988a3ae13d80bd34ff4a00766b724075b6 (patch)
tree2735c4b7f5413585b22e90589fc5f5d85eb8240e
parenteb4d8278e5828217bcc5b8045147544c62c28372 (diff)
downloadratpoison-76e8b5988a3ae13d80bd34ff4a00766b724075b6.zip
Ansify read_any_key().
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 8bc9de0..22398e8 100644
--- a/src/input.c
+++ b/src/input.c
@@ -383,7 +383,7 @@ cook_keycode (XKeyEvent *ev, KeySym *keysym, unsigned int *mod, char *keysym_nam
/* Wait for a key and discard it. */
void
-read_any_key ()
+read_any_key (void)
{
char buffer[513];
unsigned int mod;