summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pyhbac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pyhbac.c b/src/python/pyhbac.c
index 698becaa6..05938db99 100644
--- a/src/python/pyhbac.c
+++ b/src/python/pyhbac.c
@@ -40,7 +40,7 @@
attrname); \
return -1; \
} \
-} while(0);
+} while(0)
static PyObject *PyExc_HbacError;