summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c
index 05ec228..4870bb5 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -1159,7 +1159,7 @@ static const char* restore_get_bbfw_fn_for_element(const char* elem)
{ "RestoreSBL1", "restoresbl1.mbn" },
{ "SBL1", "sbl1.mbn" },
// ICE16 firmware files
- { "RestorePSI", "restorepsi.bin", },
+ { "RestorePSI", "restorepsi.bin" },
{ "PSI", "psi_ram.bin" },
{ NULL, NULL }
};