summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-27 05:27:08 +0000
committerTim Potter <tpot@samba.org>2002-03-27 05:27:08 +0000
commitb2df666ca91941734d01f1add567391948221f8b (patch)
treee4240b730f70483b865df700c2c4ec75be3dfe45 /source3/python/py_conv.h
parent4d05c91c794a6e83038a971170cd7f7d3644af84 (diff)
downloadsamba-b2df666ca91941734d01f1add567391948221f8b.tar.gz
samba-b2df666ca91941734d01f1add567391948221f8b.tar.bz2
samba-b2df666ca91941734d01f1add567391948221f8b.zip
Fixed bug in guards.
(This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
Diffstat (limited to 'source3/python/py_conv.h')
-rw-r--r--source3/python/py_conv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h
index 5443dde76e..3b1ad8a9b9 100644
--- a/source3/python/py_conv.h
+++ b/source3/python/py_conv.h
@@ -32,4 +32,4 @@ struct pyconv {
PyObject *from_struct(void *s, struct pyconv *conv);
void to_struct(void *s, PyObject *dict, struct pyconv *conv);
-#endif _PY_SPOOLSS_CONV_H
+#endif /* _PY_SPOOLSS_CONV_H */