Fixed Linux build.

This commit is contained in:
XMRig 2019-02-18 12:39:52 +07:00
parent de975adb8a
commit b7c17cf1a0

View file

@ -82,7 +82,7 @@ void xmrig::Watcher::reload()
m_listener->onFileChanged(m_path);
# ifndef _WIN32
uv_fs_event_stop(&m_fsEvent);
uv_fs_event_stop(m_fsEvent);
start();
# endif
}