diff options
-rw-r--r-- | Include/warnings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/warnings.h b/Include/warnings.h index e93b72c..5d13431 100644 --- a/Include/warnings.h +++ b/Include/warnings.h @@ -16,4 +16,5 @@ PyAPI_FUNC(int) PyErr_WarnExplicit(PyObject *, const char *, const char *, int, #ifdef __cplusplus } #endif -#endif /* !Py_WARNINGS_H */
\ No newline at end of file +#endif /* !Py_WARNINGS_H */ + |