aboutsummaryrefslogtreecommitdiffstats
path: root/key2root-rmkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'key2root-rmkey.c')
-rw-r--r--key2root-rmkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key2root-rmkey.c b/key2root-rmkey.c
index dd7274d..c55468f 100644
--- a/key2root-rmkey.c
+++ b/key2root-rmkey.c
@@ -212,7 +212,7 @@ out:
}
if (writeall(fd, data, data_len)) {
fprintf(stderr, "%s: write %s: %s\n", argv0, path2, strerror(errno));
- close(fd)
+ close(fd);
goto saved_failed;
}
if (close(fd)) {