diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b4f498a0b9..755b02631f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local. | ||
| 4 | |||
| 3 | * term.c (vfatal): Remove stray call to va_end. | 5 | * term.c (vfatal): Remove stray call to va_end. |
| 4 | It's not needed and the C Standard doesn't allow it here anyway. | 6 | It's not needed and the C Standard doesn't allow it here anyway. |
| 5 | 7 | ||