mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
typo fix (nw)
This commit is contained in:
parent
de7e80804e
commit
689cf4d947
@ -21,7 +21,7 @@ server::server(const std::string& address, const std::string& port, const std::s
|
||||
m_signals.add(SIGINT);
|
||||
m_signals.add(SIGTERM);
|
||||
#if defined(SIGQUIT)
|
||||
signals_.add(SIGQUIT);
|
||||
m_signals.add(SIGQUIT);
|
||||
#endif // defined(SIGQUIT)
|
||||
|
||||
do_await_stop();
|
||||
|
Loading…
Reference in New Issue
Block a user