Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85b1052

Browse files
committed
Another bit of unconstification.
1 parent 710ab3b commit 85b1052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_bsddb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ DB_open(DBObject* self, PyObject* args, PyObject* kwargs)
18001800
static char* kwnames[] = {
18011801
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
18021802
/* without dbname */
1803-
static const char* kwnames_basic[] = {
1803+
static char* kwnames_basic[] = {
18041804
"filename", "dbtype", "flags", "mode", "txn", NULL};
18051805
#else
18061806
/* with dbname */

0 commit comments

Comments
 (0)