diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-11 23:13:33 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-11 23:13:33 +0000 |
| commit | 361dbef41c04475300311c9e6e2eb8a4aef2dcbc (patch) | |
| tree | a7a2df899bf6cfd00539f9a5e1bf8a23812fcda5 /util | |
| parent | 7af3015a8959a70ab6fe1fc67514d1d25c613f63 (diff) | |
another fix
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/spkmodem_recv/spkmodem-recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/spkmodem_recv/spkmodem-recv.c b/util/spkmodem_recv/spkmodem-recv.c index 90bf7057..4e479be1 100644 --- a/util/spkmodem_recv/spkmodem-recv.c +++ b/util/spkmodem_recv/spkmodem-recv.c @@ -65,7 +65,7 @@ static const char *argv0; int main(int argc, char *argv[]) { - int c; + int c = 0; argv0 = argv[0]; |
