diff options
Diffstat (limited to 'include/bedbug/type.h')
| -rw-r--r-- | include/bedbug/type.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/bedbug/type.h b/include/bedbug/type.h index 38ee9ded7..b7b447b1f 100644 --- a/include/bedbug/type.h +++ b/include/bedbug/type.h @@ -15,7 +15,7 @@ typedef struct {  	int current_bp;  	struct pt_regs *regs; -	void (*do_break) (cmd_tbl_t *, int, int, char *[]); +	void (*do_break) (cmd_tbl_t *, int, int, char * const []);  	void (*break_isr) (struct pt_regs *);  	int (*find_empty) (void);  	int (*set) (int, unsigned long); |