Skip to content

Commit

Permalink
Update dataop.c
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxu2001 committed Aug 24, 2020
1 parent 1588b3b commit e8131b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/task/dataop.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static void task_data_op_thread(void* arg) {
svcWaitSynchronization(errorView->active, U64_MAX);
}

ui_view* retryView = prompt_display_yes_no("确认"", "重试?", COLOR_TEXT, data, NULL, task_data_op_retry_onresponse);
ui_view* retryView = prompt_display_yes_no("确认", "重试?", COLOR_TEXT, data, NULL, task_data_op_retry_onresponse);
if(retryView != NULL) {
svcWaitSynchronization(retryView->active, U64_MAX);

Expand Down

0 comments on commit e8131b7

Please sign in to comment.