diff options
Diffstat (limited to 'segget/segget.cpp')
-rw-r--r-- | segget/segget.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/segget/segget.cpp b/segget/segget.cpp index 865cca7..4880f98 100644 --- a/segget/segget.cpp +++ b/segget/segget.cpp @@ -277,8 +277,6 @@ int download_pkgs(){ } } -void *print_message_function( void *ptr ); - void launch_tui_thread(){ pthread_t tui_thread; int iret1; @@ -406,7 +404,7 @@ int main() return 0; } -void *print_message_function(void *ptr){ +void *print_message_function(void * ){ while (true){ ulong time_diff_msecs=time_left_from(stats.previous_time); if (time_diff_msecs >= settings.current_speed_time_interval_msecs){ |