mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
Merge pull request #1253 from SergeGautherie/SergeGautherie/PRonly_Log2Lines_handle_escape_cmd_Path-LineOut
[LOG2LINES] handle_escape_cmd(): Remove 2 unused parameters
This commit is contained in:
parent
29c9e92c9e
commit
1631f37404
3 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@ handle_address_cmd(FILE *outFile, char *arg)
|
|||
}
|
||||
|
||||
char
|
||||
handle_escape_cmd(FILE *outFile, char *Line, char *path, char *LineOut)
|
||||
handle_escape_cmd(FILE *outFile, char *Line)
|
||||
{
|
||||
char cmd;
|
||||
char sep = '\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue