From 22990c3dda92278ad813dd20bebb243ed38388aa Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 27 Mar 2002 05:27:08 +0000 Subject: [PATCH] Fixed bug in guards. --- source/python/py_conv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/python/py_conv.h b/source/python/py_conv.h index 5443dde76e2..3b1ad8a9b9b 100644 --- a/source/python/py_conv.h +++ b/source/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 */