util/spkmodem-recv: remove unnecessary assignment

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-06-13 22:29:34 +01:00
parent 5be3d67ced
commit bd8b8919f9
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ print_char(void)
void void
print_stats(void) print_stats(void)
{ {
long stdin_pos = 0; long stdin_pos;
if ((stdin_pos = ftell(stdin)) == -1) if ((stdin_pos = ftell(stdin)) == -1)
err(ERR(), NULL); err(ERR(), NULL);
printf ("%d %d %d @%ld\n", freq_data, freq_separator, printf ("%d %d %d @%ld\n", freq_data, freq_separator,