diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 18:06:51 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-25 18:06:51 +0000 |
| commit | 556dd3348d14e184b431004d9c60c8ba9e2cd800 (patch) | |
| tree | 1b7d3ca7e62ecd57b1332581c302b409edd22a6b /util | |
| parent | 7d6bee562657183e2390ceb91201455a895c683e (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; |
