diff options
-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 */ |