diff options
Diffstat (limited to 'libibex/ibex_block.c')
-rw-r--r-- | libibex/ibex_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c index 23b225cbc6..44d2a4ba15 100644 --- a/libibex/ibex_block.c +++ b/libibex/ibex_block.c @@ -10,7 +10,7 @@ #include "ibex_internal.h" #define d(x) -#define o(x) x +#define o(x) static void ibex_reset(ibex *ib); static int close_backend(ibex *ib); |