Skip to content

Commit 075e4a3

Browse files
authored
Update activity.c
1 parent 21658aa commit 075e4a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib_ccx/activity.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ unsigned long net_activity_gui = 0;
99
/* Print current progress. For percentage, -1 -> streaming mode */
1010
void activity_progress(int percentage, int cur_min, int cur_sec)
1111
{
12-
()
13-
if (!ccx_options.no_progress_bar)
12+
() if (!ccx_options.no_progress_bar)
1413
{
1514
if (percentage == -1)
1615
mprint("Streaming | %02d:%02d\r", cur_min, cur_sec);

0 commit comments

Comments
 (0)