summaryrefslogtreecommitdiff
path: root/Include/warnings.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-04-13 09:30:17 +0000
committerChristian Heimes <christian@cheimes.de>2008-04-13 09:30:17 +0000
commit0a4f8956e6a172d509160c5e80ed243999de246f (patch)
tree55e4f2e38eb360a7a49a750dcdb85145f4c8c577 /Include/warnings.h
parent4aa8df28713e347592321a76d0afd5e8a315574f (diff)
downloadcpython-git-0a4f8956e6a172d509160c5e80ed243999de246f.tar.gz
Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file
Diffstat (limited to 'Include/warnings.h')
-rw-r--r--Include/warnings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/warnings.h b/Include/warnings.h
index e93b72c8ce..5d13431214 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 */
+