mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/spkmodem-recv: remove unnecessary assignment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -134,7 +134,7 @@ print_char(void)
|
||||
void
|
||||
print_stats(void)
|
||||
{
|
||||
long stdin_pos = 0;
|
||||
long stdin_pos;
|
||||
if ((stdin_pos = ftell(stdin)) == -1)
|
||||
err(ERR(), NULL);
|
||||
printf ("%d %d %d @%ld\n", freq_data, freq_separator,
|
||||
|
||||
Reference in New Issue
Block a user