[Python-checkins] r62319 - python/trunk/Include/warnings.h
christian.heimes
python-checkins at python.org
Sun Apr 13 11:30:17 CEST 2008
Author: christian.heimes
Date: Sun Apr 13 11:30:17 2008
New Revision: 62319
Log:
Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file
Modified:
python/trunk/Include/warnings.h
Modified: python/trunk/Include/warnings.h
==============================================================================
--- python/trunk/Include/warnings.h (original)
+++ python/trunk/Include/warnings.h Sun Apr 13 11:30:17 2008
@@ -16,4 +16,5 @@
#ifdef __cplusplus
}
#endif
-#endif /* !Py_WARNINGS_H */
\ No newline at end of file
+#endif /* !Py_WARNINGS_H */
+
More information about the Python-checkins
mailing list