...
This commit is contained in:
parent
8f46505a50
commit
f2df629634
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ print_stack_trace(void) {
|
|||
#else
|
||||
static inline void
|
||||
print_stack_trace(void) {
|
||||
fprintf(stderr, "stack trace functionality not available");
|
||||
fprintf(stderr, "Stack trace functionality not available.\n");
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue