diff options
Diffstat (limited to 'src/update.c')
-rw-r--r-- | src/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index cfe574e17..67258e82a 100644 --- a/src/update.c +++ b/src/update.c @@ -806,7 +806,7 @@ static void spawn_update_task(char *path) } unsigned -directory_update_init(char *path) +update_enqueue(char *path) { assert(g_thread_self() == main_task); |