mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 10:45:11 +00:00
[META/CI] Thanks CI for catching this!
This commit is contained in:
parent
9352bf9bba
commit
e0e398bfb5
4 changed files with 4 additions and 0 deletions
|
|
@ -114,5 +114,6 @@ Main(Array *args, HashMap *env)
|
|||
}
|
||||
|
||||
Log(LOG_ERR, "%s: couldn't open DB '%s'", exec, db_path);
|
||||
(void) env;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -492,5 +492,6 @@ Main(Array *args, HashMap *env)
|
|||
|
||||
StreamClose(output);
|
||||
StreamClose(input);
|
||||
(void) env;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -131,5 +131,6 @@ Main(Array *args, HashMap *env)
|
|||
end:
|
||||
UriFree(api_base);
|
||||
Free(media);
|
||||
(void) env;
|
||||
return code;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@ Main(Array *args, HashMap *env)
|
|||
}
|
||||
|
||||
Log(LOG_ERR, "%s: couldn't open DB '%s'", exec, db_path);
|
||||
(void) env;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue