editor: Fix build break.

Not very good. Fix this.
This commit is contained in:
Alastair Poole 2020-03-13 21:49:30 +00:00
parent fc975f7196
commit 9b29a396d9
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ _edi_editor_async_save(Edi_Editor *editor)
async_save->editor = editor;
async_save->code = code;
uditor->save_thread = ecore_thread_run(_async_save_thread_run_cb, _async_save_thread_end_cb, _async_save_thread_end_cb, async_save);
editor->save_thread = ecore_thread_run(_async_save_thread_run_cb, _async_save_thread_end_cb, _async_save_thread_end_cb, async_save);
}
void