Cygwin: pty: Convert CamelCase names to snake_case names.
This commit is contained in:
committed by
Corinna Vinschen
parent
59362c80e3
commit
edb1be4cce
@ -1099,7 +1099,7 @@ fhandler_console::close ()
|
||||
{
|
||||
fhandler_pty_common *t =
|
||||
(fhandler_pty_common *) (fhandler_base *) cfd;
|
||||
if (get_console_process_id (t->getHelperProcessId (), true))
|
||||
if (get_console_process_id (t->get_helper_process_id (), true))
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user