mirror of
https://github.com/cc65/cc65.git
synced 2025-01-21 15:32:41 +00:00
Fix formatting
This commit is contained in:
parent
527df094ca
commit
c273c90bf2
@ -321,7 +321,7 @@ static void CmdAddFile (CmdDesc* Cmd, const char* File)
|
||||
/* Expand the file vector if needed */
|
||||
if (Cmd->FileCount == Cmd->FileMax) {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user