From b2df666ca91941734d01f1add567391948221f8b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 27 Mar 2002 05:27:08 +0000 Subject: Fixed bug in guards. (This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa) --- source3/python/py_conv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit