diff options
Diffstat (limited to 'ddb/db_write_cmd.c')
-rw-r--r-- | ddb/db_write_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_write_cmd.c b/ddb/db_write_cmd.c index 1908005a..46a2ee32 100644 --- a/ddb/db_write_cmd.c +++ b/ddb/db_write_cmd.c @@ -55,7 +55,7 @@ db_write_cmd(address, have_addr, count, modif) db_expr_t address; boolean_t have_addr; db_expr_t count; - char * modif; + const char * modif; { db_addr_t addr; db_expr_t old_value; |