Skip to content

Commit 839debb

Browse files
committed
Correct C getter signature
1 parent 607dbf0 commit 839debb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ name, table name, and origin name.
432432
*/
433433
#ifdef SQLITE_ENABLE_COLUMN_METADATA
434434
static PyObject *
435-
APSWCursor_get_description_full(PyObject *self)
435+
APSWCursor_get_description_full(PyObject *self, void *Py_UNUSED(unused))
436436
{
437437
return APSWCursor_internal_get_description((APSWCursor *)self, 2);
438438
}

0 commit comments

Comments
 (0)