summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-04-05 22:45:25 +0000
committerBob Ippolito <bob@redivi.com>2008-04-05 22:45:25 +0000
commitc89ad3c485a7fde56bc3c17bd3eee8b898c0a2f5 (patch)
tree56fb5299581726e3bcc2e5b0e3366b41e90eae3f
parent8b57d87e276c6031457873847d96542294a34cfe (diff)
downloadsimplejson-c89ad3c485a7fde56bc3c17bd3eee8b898c0a2f5.tar.gz
win32 fix from http://code.google.com/p/simplejson/issues/detail?id=8
git-svn-id: http://simplejson.googlecode.com/svn/trunk@81 a4795897-2c25-0410-b006-0d3caba88fa1
-rw-r--r--simplejson/_speedups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c
index 7021b21..8cde76f 100644
--- a/simplejson/_speedups.c
+++ b/simplejson/_speedups.c
@@ -614,7 +614,7 @@ py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) {
static PyMethodDef speedups_methods[] = {
DEFN(encode_basestring_ascii, METH_O),
DEFN(scanstring, METH_VARARGS),
- {}
+ {NULL,NULL}
};
#undef DEFN