Remove accidental semicolon
Reported by clang.
This commit is contained in:
parent
df6ea6eef6
commit
f5978aef79
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ STRATEGYBLOCK * AttachNewStratBlock
|
|||
|
||||
InitialiseSBValues(sptr);
|
||||
|
||||
for(i = 0; i < SB_NAME_LENGTH; i++);
|
||||
for(i = 0; i < SB_NAME_LENGTH; i++)
|
||||
{
|
||||
sptr->SBname[i] = '\0';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue