Korrekte Anzeige der Zaubersyntax.
This commit is contained in:
Enno Rehling 2005-06-26 21:53:39 +00:00
parent 326519190e
commit ff9e124ce3
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang)
} }
} }
} else { } else {
bufp = buf + strxcpy(bufp, sp->syntax); bufp = buf + strxcpy(buf, sp->syntax);
} }
rps(F, buf); rps(F, buf);
rnl(F); rnl(F);