1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fixed bug in guards.

This commit is contained in:
Tim Potter -
parent 0f179ebf7e
commit 22990c3dda

View 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 */