mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 16:47:49 +08:00
fix lint warning due to silly naming inconsitency
This commit is contained in:
parent
f0a00ab2f2
commit
3a0bb6b19a
|
@ -182,7 +182,7 @@ class history_t {
|
|||
|
||||
// Attempts to rewrite the existing file to a target temporary file
|
||||
// Returns false on error, true on success
|
||||
bool rewrite_to_temporary_file(int tmp_fd, int existing_fd) const;
|
||||
bool rewrite_to_temporary_file(int existing_fd, int dst_fd) const;
|
||||
|
||||
// Saves history by rewriting the file.
|
||||
bool save_internal_via_rewrite();
|
||||
|
|
Loading…
Reference in New Issue
Block a user