diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 12:14:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 12:14:25 +0100 |
commit | 227c8000dfee4248fc2d13104382542e449a1897 (patch) | |
tree | 0a93fc38177680183fc1d28a183776e4dd81b1ee | |
parent | 4bbd2cbab73d46d0f8e8ba3fe164b6802b379b06 (diff) | |
download | samba-227c8000dfee4248fc2d13104382542e449a1897.tar.gz samba-227c8000dfee4248fc2d13104382542e449a1897.tar.bz2 samba-227c8000dfee4248fc2d13104382542e449a1897.zip |
Fix silly typo.
-rw-r--r-- | source4/lib/ldb/pyldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index ed77added5..10b9691ae0 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -32,7 +32,7 @@ #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5 typedef int Py_ssize_t; typedef inquiry lenfunc; -typedef intargfunc sizeargfunc; +typedef intargfunc ssizeargfunc; #endif /* Picked out of thin air. To do this properly, we should probably have some part of the |