diff options
Diffstat (limited to 'src/io/input.h')
| -rw-r--r-- | src/io/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/input.h b/src/io/input.h index a56347a..c1ac88e 100644 --- a/src/io/input.h +++ b/src/io/input.h @@ -50,7 +50,7 @@ extern FILE *in; * @brief Initialize input based on cfg. * @return whether the initialization was successful */ -bool input_init(); +bool input_init(void); /** * @brief Deinitialize input. |
