mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-25 21:56:33 +01:00
Fix several misleading indentation warnings on GCC 8.1.1 (#50)
This commit is contained in:
parent
c0ac6069f6
commit
f9903c05b3
9 changed files with 97 additions and 95 deletions
|
|
@ -958,7 +958,7 @@ ACMD(do_oasis_prefedit)
|
|||
send_to_char(ch, "Your preferences are currently being edited by %s.\r\n", PERS(d->character, ch));
|
||||
else
|
||||
sprintf(buf, "$S$u preferences are currently being edited by %s.", PERS(d->character, ch));
|
||||
act(buf, FALSE, ch, 0, vict, TO_CHAR);
|
||||
act(buf, FALSE, ch, 0, vict, TO_CHAR);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue