Commit fd14b5c2 authored by Jean-Paul Saman's avatar Jean-Paul Saman

remove excess whitespace

parent 2fac91b7
...@@ -537,7 +537,6 @@ int main(int i_argc, char* pa_argv[]) ...@@ -537,7 +537,6 @@ int main(int i_argc, char* pa_argv[])
/* Remember PID */ /* Remember PID */
if( !p_stream->pid[i_pid].b_seen ) if( !p_stream->pid[i_pid].b_seen )
{ {
p_stream->pid[i_pid].b_seen = VLC_TRUE; p_stream->pid[i_pid].b_seen = VLC_TRUE;
i_old_cc = i_cc; i_old_cc = i_cc;
p_stream->pid[i_pid].i_cc = i_cc; p_stream->pid[i_pid].i_cc = i_cc;
...@@ -596,7 +595,7 @@ int main(int i_argc, char* pa_argv[]) ...@@ -596,7 +595,7 @@ int main(int i_argc, char* pa_argv[])
printf( "arrival -, " ); printf( "arrival -, " );
else else
{ {
tv_delta = time_current - time_prev; tv_delta = (time_t)(time_current - time_prev);
printf( "arrival %.2lld, ", (long long int)tv_delta ); printf( "arrival %.2lld, ", (long long int)tv_delta );
} }
time_prev = time_current; time_prev = time_current;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment