summaryrefslogtreecommitdiff
path: root/ddb/db_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_input.c')
-rw-r--r--ddb/db_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_input.c b/ddb/db_input.c
index 5be3a8a..f908705 100644
--- a/ddb/db_input.c
+++ b/ddb/db_input.c
@@ -69,8 +69,8 @@ char * db_history_prev = (char *) 0; /* start of previous line */
void
db_putstring(s, count)
- char *s;
- int count;
+ const char *s;
+ int count;
{
while (--count >= 0)
cnputc(*s++);