mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +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
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user