mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-06 19:34:24 +01:00
Add 0 as success return value for init_storage
This commit is contained in:
parent
ae76b43ae0
commit
a9cfe53c10
@ -30,4 +30,5 @@ int init_storage(void) {
|
||||
if (rc) {
|
||||
return rc;
|
||||
}
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user