diff options
Diffstat (limited to 'get_stack_space.c')
-rw-r--r-- | get_stack_space.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/get_stack_space.c b/get_stack_space.c index 7f1fdd3..5e54aac 100644 --- a/get_stack_space.c +++ b/get_stack_space.c @@ -41,9 +41,8 @@ libsimple_get_stack_space(uintptr_t *restrict low, uintptr_t *restrict high) if (!strcmp(&line[linelen - (sizeof(" [stack]\n") - 1U)], " [stack]\n")) goto line_found; } - } - + line_found: close(fd); |