summaryrefslogtreecommitdiffstats
path: root/include/bedbug
diff options
context:
space:
mode:
Diffstat (limited to 'include/bedbug')
-rw-r--r--include/bedbug/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bedbug/type.h b/include/bedbug/type.h
index 38ee9ded73..b7b447b1fe 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);
OpenPOWER on IntegriCloud