Some small formatting changes, and some stray @ symbols cleaned up

This commit is contained in:
Vatiken 2012-03-24 14:41:24 +00:00
parent 6a342723ed
commit 5c317f6863
10 changed files with 17 additions and 22 deletions

View file

@ -537,9 +537,9 @@ int format_text(char **ptr_string, int mode, struct descriptor_data *d, unsigned
if (*flow) {
start = flow;
while (*flow && !strchr("\n\r\f\t\v .?!", *flow)) {
if (*flow == '@') {
if (*(flow + 1) == '@')
while (*flow && !strchr("\n\r\f\v .?!", *flow)) {
if (*flow == '\t') {
if (*(flow + 1) == '\t')
color_chars++;
else
color_chars += 2;