1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

fix typos and compilation warnings

This commit is contained in:
trodrigues
2023-12-09 09:37:14 -06:00
parent e80e1d2484
commit 8503f32b36
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -4275,7 +4275,7 @@ dwarf_fileline (struct backtrace_state *state, uintptr_t pc,
{
struct dwarf_data *ddata;
int found;
int ret;
int ret = 0;
if (!state->threaded)
{