mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Fix typo in signal.c
darcs-hash:20060801002550-ac50b-3412377a694aac72d04e6eae3173ac0980724e60.gz
This commit is contained in:
parent
03f6656af6
commit
4a2fa5ea34
1 changed files with 1 additions and 1 deletions
2
signal.c
2
signal.c
|
@ -285,7 +285,7 @@ const static struct lookup_entry lookup[] =
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGWIO
|
#ifdef SIGIO
|
||||||
{
|
{
|
||||||
SIGIO,
|
SIGIO,
|
||||||
L"SIGIO",
|
L"SIGIO",
|
||||||
|
|
Loading…
Reference in a new issue