mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix a comment
This commit is contained in:
parent
73046ec838
commit
bcab703e31
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ struct builtin_printf_state_t
|
|||
/* The status of the operation */
|
||||
int exit_code;
|
||||
|
||||
/* Whether we should stop outputting. This gets set in the case of an error, and also with the \c specifier. */
|
||||
/* Whether we should stop outputting. This gets set in the case of an error, and also with the \c escape. */
|
||||
bool early_exit;
|
||||
|
||||
builtin_printf_state_t() : exit_code(0), early_exit(false)
|
||||
|
|
Loading…
Reference in a new issue