Fix typo.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 23 Jun 2008 21:03:15 +0000 (23:03 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 23 Jun 2008 21:03:15 +0000 (23:03 +0200)
client.c

index 6c21e0805ff5e96539c7e0ee536c565eab8e9edd..caf21340d6cc742d4a2ec7788050ec9702979190 100644 (file)
--- a/client.c
+++ b/client.c
@@ -82,7 +82,7 @@ static PyObject *wrap_py_commit_items(const apr_array_header_t *commit_items)
        if (ret == NULL)
                return NULL;
 
-       assert(commit_items->elt_size == sizeof(svn_client_commit_item_2_t *));
+       assert(commit_items->elt_size == sizeof(svn_client_commit_item2_t *));
 
        for (i = 0; i < commit_items->nelts; i++) {
                svn_client_commit_item2_t *commit_item =