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 used to be commit 22990c3dda)
This commit is contained in:
Tim Potter 2002-03-27 05:27:08 +00:00
parent 4d05c91c79
commit b2df666ca9

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