diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 18:06:51 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | cbe48caf1b45192a3d1f4eddefc6f0c8f2a5bb94 (patch) | |
| tree | a397a49c5dd40a8b40a8c0e4e389ee8b6c1b6bd6 /util | |
| parent | a70ede850d4aa5942e59b5ba3ba9dbd3cd1a93e7 (diff) | |
cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/libreboot-utils/lib/mkhtemp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/libreboot-utils/lib/mkhtemp.c b/util/libreboot-utils/lib/mkhtemp.c index d32d8de4..0c93fe7e 100644 --- a/util/libreboot-utils/lib/mkhtemp.c +++ b/util/libreboot-utils/lib/mkhtemp.c @@ -634,9 +634,8 @@ mkhtemp(int *fd, st_dir_initial, fname_copy, p, xc, fd, st, type); - if (r == 0) { + if (r == 0) continue; - } if (r < 0) goto err; |
