Mercurial > emacs
changeset 106266:20529fe8e765
(power_letter): Remove duplicate const.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 26 Nov 2009 03:24:41 +0000 |
parents | fbb51bb535e8 |
children | 823bbd791783 |
files | src/ChangeLog src/xdisp.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Nov 26 03:18:31 2009 +0000 +++ b/src/ChangeLog Thu Nov 26 03:24:41 2009 +0000 @@ -1,3 +1,7 @@ +2009-11-26 Dan Nicolaescu <dann@ics.uci.edu> + + * xdisp.c (power_letter): Remove duplicate const. + 2009-11-25 Jan Djärv <jan.h.d@swipnet.se> * term.c (delete_tty): Remove check for last terminal (bug#4970).
--- a/src/xdisp.c Thu Nov 26 03:18:31 2009 +0000 +++ b/src/xdisp.c Thu Nov 26 03:24:41 2009 +0000 @@ -18076,7 +18076,7 @@ readable" representation of the nonnegative integer D to BUF using a minimal field width WIDTH. D should be smaller than 999.5e24. */ -static const const char power_letter[] = +static const char power_letter[] = { 0, /* not used */ 'k', /* kilo */