Fix formatting
This commit is contained in:
parent
c273c90bf2
commit
9e881a497e
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ static void CmdAddFile (CmdDesc* Cmd, const char* File)
|
||||||
/* Expand the file vector if needed */
|
/* Expand the file vector if needed */
|
||||||
if (Cmd->FileCount == Cmd->FileMax) {
|
if (Cmd->FileCount == Cmd->FileMax) {
|
||||||
Cmd->FileMax += 10;
|
Cmd->FileMax += 10;
|
||||||
Cmd->Files = xrealloc (Cmd->Files, Cmd->FileMax * sizeof(char*));
|
Cmd->Files = xrealloc (Cmd->Files, Cmd->FileMax * sizeof (char*));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the file name is not NULL (which is legal and is used to terminate
|
/* If the file name is not NULL (which is legal and is used to terminate
|
||||||
|
|
Loading…
Add table
Reference in a new issue