commit | 85b1052efe2112cdc36aeb9df03ea4d07d703e7e | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Feb 28 18:33:35 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Feb 28 18:33:35 2006 +0000 |
tree | 88edea1572b32f5275b75d1fa57fe1de3afb55ba | |
parent | 710ab3b5f8d114b9be200af135c6327117b8c676 [diff] [blame] |
Another bit of unconstification.
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 647b143..c769a11 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c
@@ -1800,7 +1800,7 @@ static char* kwnames[] = { "filename", "dbname", "dbtype", "flags", "mode", "txn", NULL}; /* without dbname */ - static const char* kwnames_basic[] = { + static char* kwnames_basic[] = { "filename", "dbtype", "flags", "mode", "txn", NULL}; #else /* with dbname */