libsysprof-analyze: fix binary-nick usage

This commit is contained in:
Christian Hergert
2023-06-08 17:29:27 -07:00
parent 2c46d6a4c1
commit ca0cff6446
3 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ struct _SysprofSymbol
};
SysprofSymbol *_sysprof_symbol_new (GRefString *name,
GRefString *binary_nick,
GRefString *binary_path,
GRefString *binary_nick,
SysprofAddress begin_address,
SysprofAddress end_address);