From f885fde0a7177f954893be22efdf8c55c7c40fdb Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sun, 15 Dec 2013 11:48:39 +0100 Subject: ddb: qualify pointers whose dereferenced values are constant with const --- ddb/db_write_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddb/db_write_cmd.h') diff --git a/ddb/db_write_cmd.h b/ddb/db_write_cmd.h index 056be470..3a1d0575 100644 --- a/ddb/db_write_cmd.h +++ b/ddb/db_write_cmd.h @@ -29,6 +29,6 @@ void db_write_cmd( db_expr_t address, boolean_t have_addr, db_expr_t count, - char * modif); + const char * modif); #endif /* !_DDB_DB_WRITE_CMD_H_ */ -- cgit v1.2.3