Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file

This commit is contained in:
Christian Heimes 2008-04-13 09:30:17 +00:00
parent 4aa8df2871
commit 0a4f8956e6
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ PyAPI_FUNC(int) PyErr_WarnExplicit(PyObject *, const char *, const char *, int,
#ifdef __cplusplus
}
#endif
#endif /* !Py_WARNINGS_H */
#endif /* !Py_WARNINGS_H */