summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 6771abe..cf3c6b7 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -475,7 +475,7 @@ db_command_loop()
void
db_error(s)
- char *s;
+ const char *s;
{
if (s)
db_printf("%s", s);
OpenPOWER on IntegriCloud