]> git.eshelyaron.com Git - emacs.git/commitdiff
(power_letter): Remove duplicate const.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 26 Nov 2009 03:24:41 +0000 (03:24 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 26 Nov 2009 03:24:41 +0000 (03:24 +0000)
src/ChangeLog
src/xdisp.c

index e0bb722d8517967e0e69579ac8e3be42e74e76eb..574dfae329ad3d105a134f634a2d8cecd0d72823 100644 (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).
index 9612f5cc9cf965093eb74ad30d19f91a4509413a..0618c8d4bca0b51c0523d1295cae928041b1a1f2 100644 (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 */