mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
typo.
This commit is contained in:
parent
e91db40c18
commit
b6e3627ecb
1 changed files with 2 additions and 2 deletions
|
|
@ -3777,13 +3777,13 @@ siogdbterm(void)
|
|||
static void
|
||||
siogdbputc(int c)
|
||||
{
|
||||
sio__cnputc(NULL, c);
|
||||
sio_cnputc(NULL, c);
|
||||
}
|
||||
|
||||
static int
|
||||
siogdbgetc(void)
|
||||
{
|
||||
return (sio__cngetc(NULL));
|
||||
return (sio_cngetc(NULL));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue