trailing blank removal
This commit is contained in:
+1
-1
@@ -830,7 +830,7 @@ static const struct early_opt earlyopts[] = {
|
|||||||
#ifndef NODUMPENUMS
|
#ifndef NODUMPENUMS
|
||||||
{ARG_DUMPENUMS, "dumpenums", 9, FALSE},
|
{ARG_DUMPENUMS, "dumpenums", 9, FALSE},
|
||||||
#ifdef ENHANCED_SYMBOLS
|
#ifdef ENHANCED_SYMBOLS
|
||||||
{ARG_DUMPGLYPHIDS, "dumpglyphids", 12, FALSE},
|
{ARG_DUMPGLYPHIDS, "dumpglyphids", 12, FALSE},
|
||||||
#endif
|
#endif
|
||||||
#endif /* NODUMPENUMS */
|
#endif /* NODUMPENUMS */
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|||||||
+1
-1
@@ -1363,7 +1363,7 @@ see_traps(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* glyph, ttychar, { glyphflags, { sym.color, sym.symidx },
|
/* glyph, ttychar, { glyphflags, { sym.color, sym.symidx },
|
||||||
tileidx, u } */
|
tileidx, u } */
|
||||||
static glyph_info no_ginfo = {
|
static glyph_info no_ginfo = {
|
||||||
NO_GLYPH, ' ', { MG_BADXY, { NO_COLOR, 0 }, 0
|
NO_GLYPH, ' ', { MG_BADXY, { NO_COLOR, 0 }, 0
|
||||||
|
|||||||
+1
-1
@@ -1064,7 +1064,7 @@ find_display_sym_customization(const char *customization_name,
|
|||||||
{
|
{
|
||||||
struct symset_customization *gdc = &g.sym_customizations[which_set];
|
struct symset_customization *gdc = &g.sym_customizations[which_set];
|
||||||
struct customization_detail *symdetails;
|
struct customization_detail *symdetails;
|
||||||
if ((gdc->custtype == custom_symbols)
|
if ((gdc->custtype == custom_symbols)
|
||||||
&& (strcmp(customization_name, gdc->customization_name) == 0)) {
|
&& (strcmp(customization_name, gdc->customization_name) == 0)) {
|
||||||
symdetails = gdc->details;
|
symdetails = gdc->details;
|
||||||
while (symdetails) {
|
while (symdetails) {
|
||||||
|
|||||||
Reference in New Issue
Block a user