aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 00:04:44 -0800
committerPaul Eggert2011-03-13 00:04:44 -0800
commitec6cf4c6ff2e43e3f42a2efe2759bc0c18b680cb (patch)
treeeb14dc54e32c2188f4788b9222db2f4635e1a970 /src/ChangeLog
parentf0c77cd1b28a5ee9de06eef06c768fe34d7f0140 (diff)
downloademacs-ec6cf4c6ff2e43e3f42a2efe2759bc0c18b680cb.tar.gz
emacs-ec6cf4c6ff2e43e3f42a2efe2759bc0c18b680cb.zip
* image.c (my_png_error, my_error_exit): Mark with NO_RETURN.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a2ef75a316..45ee0125eeb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * image.c (four_corners_best): Mark locals as initialized. 3 * image.c (four_corners_best): Mark locals as initialized.
4 (gif_load): Initialize transparent_p to zero (Bug#8238). 4 (gif_load): Initialize transparent_p to zero (Bug#8238).
5 Mark another local as initialized. 5 Mark another local as initialized.
6 (my_png_error, my_error_exit): Mark with NO_RETURN.
6 7
72011-03-11 Paul Eggert <eggert@cs.ucla.edu> 82011-03-11 Paul Eggert <eggert@cs.ucla.edu>
8 9