Skip to content

Commit

Permalink
yuk, using tab to match source
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 14, 2021
1 parent 74bc7a4 commit cfe5032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbacktrace_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static int success_callback(void *data, uintptr_t pc __attribute__((unused)),
if (cb_data->next_index == 0)
fprintf(stderr, "libbacktrace error: no debugging symbols available. Compile with '--debugger:native'.\n");

// see https://github.com/status-im/nim-libbacktrace/issues/9, we need to keep going here.
// see https://github.com/status-im/nim-libbacktrace/issues/9, we need to keep going here.
return 0;
}

Expand Down

0 comments on commit cfe5032

Please sign in to comment.