Fix silly typo.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 11:14:25 +0000 (12:14 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 11:14:25 +0000 (12:14 +0100)
source4/lib/ldb/pyldb.c

index ed77added5df786885160c4ff6c9425f2066830f..10b9691ae079ca93519bf6c95e2713a0fee3d3fa 100644 (file)
@@ -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