From 0a4f8956e6a172d509160c5e80ed243999de246f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 13 Apr 2008 09:30:17 +0000 Subject: Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file --- Include/warnings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ + -- cgit v0.12