Add 0 as success return value for init_storage

This commit is contained in:
H1ghBre4k3r 2021-01-26 16:16:17 +01:00 committed by Patrick Rathje
parent ae76b43ae0
commit a9cfe53c10
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ int init_storage(void) {
if (rc) {
return rc;
}
return 0;
}