We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fdecd commit 21658aaCopy full SHA for 21658aa
1 file changed
src/lib_ccx/activity.c
@@ -9,6 +9,7 @@ unsigned long net_activity_gui = 0;
9
/* Print current progress. For percentage, -1 -> streaming mode */
10
void activity_progress(int percentage, int cur_min, int cur_sec)
11
{
12
+ ()
13
if (!ccx_options.no_progress_bar)
14
15
if (percentage == -1)
0 commit comments