projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710ab3b
)
Another bit of unconstification.
author
Tim Peters
<tim.peters@gmail.com>
Tue, 28 Feb 2006 18:33:35 +0000
(18:33 +0000)
committer
Tim Peters
<tim.peters@gmail.com>
Tue, 28 Feb 2006 18:33:35 +0000
(18:33 +0000)
Modules/_bsddb.c
patch
|
blob
|
history
diff --git
a/Modules/_bsddb.c
b/Modules/_bsddb.c
index 647b143dd29a8f7fd8f40edd6c8e59d9f6b61092..c769a11f19c704308199383be03c135befedfd05 100644
(file)
--- a/
Modules/_bsddb.c
+++ b/
Modules/_bsddb.c
@@
-1800,7
+1800,7
@@
DB_open(DBObject* self, PyObject* args, PyObject* kwargs)
static char* kwnames[] = {
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
/* without dbname */
- static c
onst c
har* kwnames_basic[] = {
+ static char* kwnames_basic[] = {
"filename", "dbtype", "flags", "mode", "txn", NULL};
#else
/* with dbname */