From: Jelmer Vernooij Date: Tue, 23 Dec 2008 11:14:25 +0000 (+0100) Subject: Fix silly typo. X-Git-Tag: samba-4.0.0alpha6~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227c8000dfee4248fc2d13104382542e449a1897;p=thirdparty%2Fsamba.git Fix silly typo. --- diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index ed77added5d..10b9691ae07 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