Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
b8f856b5258cc0ca870e2dcf193c2abd52f70bc0
libpkg/utils.c: indent the cleanup label
rilysh
committed
2 years ago
commit b8f856b5258cc0ca870e2dcf193c2abd52f70bc0
parent
bd41a8542ba7eb6ad6c577dbf6c5849099f37d95
1 file changed
+1
-1
modified
libpkg/utils.c
@@ -163,7 +163,7 @@ file_to_bufferat(int dfd, const char *path, char **buffer, off_t *sz)
goto cleanup;
}
-
cleanup:
+
cleanup:
if (fd >= 0)
close(fd);