mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-24 16:37:51 +00:00
renormalize line endings
This commit is contained in:
@@ -191,7 +191,7 @@ async_thread_entry_point(void *params)
|
||||
{
|
||||
MutexScope(async_tick_start_mutex) cond_var_wait(async_tick_start_cond_var, async_tick_start_mutex, os_now_microseconds()+100000);
|
||||
#if defined(FILE_STREAM_H)
|
||||
fs_async_tick();
|
||||
fs_tick();
|
||||
#endif
|
||||
cond_var_broadcast(async_tick_stop_cond_var);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user