Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrm committed Jun 28, 2020
1 parent cc44230 commit 02dd25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command/cmd_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4927,8 +4927,8 @@ cmd_sendfile(ProfWin *window, const char *const command, gchar **args)
}
FILE *tmpfh = fdopen(tmpfd, "wb");

// The temporary ciphertext file should be removed upon closure
// later.
// The temporary ciphertext file should be removed after it has
// been closed.
remove(tmpname);
free(tmpname);

Expand Down

0 comments on commit 02dd25b

Please sign in to comment.