diff options
Diffstat (limited to 'autoreload_nop.c')
-rw-r--r-- | autoreload_nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoreload_nop.c b/autoreload_nop.c index 431566d..4d17f54 100644 --- a/autoreload_nop.c +++ b/autoreload_nop.c @@ -35,7 +35,7 @@ void arl_setup(arl_t *arl, const char *filepath) } bool arl_handle(arl_t *arl) -{ +{ (void) arl; return false; } |