summaryrefslogtreecommitdiff
path: root/typewrappers.c
diff options
context:
space:
mode:
Diffstat (limited to 'typewrappers.c')
-rw-r--r--typewrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typewrappers.c b/typewrappers.c
index 3b1df87..6d53247 100644
--- a/typewrappers.c
+++ b/typewrappers.c
@@ -30,7 +30,7 @@ libvirt_intWrap(int val)
}
PyObject *
-libvirt_uintWrap(uint val)
+libvirt_uintWrap(unsigned int val)
{
return PyLong_FromLong((long) val);
}