aboutsummaryrefslogtreecommitdiffstats
path: root/autoreload_nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoreload_nop.c')
-rw-r--r--autoreload_nop.c2
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;
}