gdb/
* tracepoint.c (tfile_interp_line): Fit parameters line and utpp in one line.
This commit is contained in:
parent
6830ee24c7
commit
cf2cb5ec99
2 changed files with 7 additions and 2 deletions
|
@ -4294,8 +4294,8 @@ tfile_open (char *filename, int from_tty)
|
|||
file. */
|
||||
|
||||
static void
|
||||
tfile_interp_line (char *line,
|
||||
struct uploaded_tp **utpp, struct uploaded_tsv **utsvp)
|
||||
tfile_interp_line (char *line, struct uploaded_tp **utpp,
|
||||
struct uploaded_tsv **utsvp)
|
||||
{
|
||||
char *p = line;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue