Fixed bug in guards.
authorTim Potter <tpot@samba.org>
Wed, 27 Mar 2002 05:27:08 +0000 (05:27 +0000)
committerTim Potter <tpot@samba.org>
Wed, 27 Mar 2002 05:27:08 +0000 (05:27 +0000)
(This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)

source3/python/py_conv.h

index 5443dde76e26afa55063215fa3fe724c15929cb1..3b1ad8a9b9bfc8285a01c43c126d817cd140ba94 100644 (file)
@@ -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 */