comparison src/print.c @ 4521:383ab474a241

Fix docstring typo.
author Stephen J. Turnbull <stephen@xemacs.org>
date Tue, 28 Oct 2008 10:38:26 +0900
parents cacc942c0d0f
children fc7067b7f407
comparison
equal deleted inserted replaced
4520:279cadceaa13 4521:383ab474a241
1525 BADNESS_NO_TYPE 1525 BADNESS_NO_TYPE
1526 }; 1526 };
1527 1527
1528 static void 1528 static void
1529 printing_major_badness (Lisp_Object printcharfun, 1529 printing_major_badness (Lisp_Object printcharfun,
1530 Ascbyte *badness_string, int type, void *val, 1530 const Ascbyte *badness_string, int type, void *val,
1531 enum printing_badness badness) 1531 enum printing_badness badness)
1532 { 1532 {
1533 Ibyte buf[666]; 1533 Ibyte buf[666];
1534 1534
1535 switch (badness) 1535 switch (badness)