diff --git a/src/storage.c b/src/storage.c index 71ff880..09e5417 100644 --- a/src/storage.c +++ b/src/storage.c @@ -30,4 +30,5 @@ int init_storage(void) { if (rc) { return rc; } + return 0; } \ No newline at end of file