typo.
This commit is contained in:
parent
af2f8fd25c
commit
caeff25ba1
@ -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…
x
Reference in New Issue
Block a user