(power_letter): Remove duplicate const.

This commit is contained in:
Dan Nicolaescu 2009-11-26 03:24:41 +00:00
parent 0e5c8aedd0
commit 2f00e2992c
2 changed files with 5 additions and 1 deletions

View file

@ -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).

View file

@ -18076,7 +18076,7 @@ pint2str (buf, width, d)
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 */