diff options
author | Tim Potter <tpot@samba.org> | 2002-03-27 05:27:08 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-27 05:27:08 +0000 |
commit | b2df666ca91941734d01f1add567391948221f8b (patch) | |
tree | e4240b730f70483b865df700c2c4ec75be3dfe45 | |
parent | 4d05c91c794a6e83038a971170cd7f7d3644af84 (diff) | |
download | samba-b2df666ca91941734d01f1add567391948221f8b.tar.gz samba-b2df666ca91941734d01f1add567391948221f8b.tar.bz2 samba-b2df666ca91941734d01f1add567391948221f8b.zip |
Fixed bug in guards.
(This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
-rw-r--r-- | source3/python/py_conv.h | 2 |
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 */ |