1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Fixed bug in guards.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
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 */