From: Christian Heimes Date: Sun, 13 Apr 2008 09:30:17 +0000 (+0000) Subject: Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file X-Git-Tag: v2.6a3~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a4f8956e6a172d509160c5e80ed243999de246f;p=thirdparty%2FPython%2Fcpython.git Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file --- diff --git a/Include/warnings.h b/Include/warnings.h index e93b72c8cee6..5d1343121496 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 */ +