[META/CI] Thanks CI for catching this!

This commit is contained in:
LDA 2024-09-12 20:06:33 +02:00
commit e0e398bfb5
4 changed files with 4 additions and 0 deletions

View file

@ -492,5 +492,6 @@ Main(Array *args, HashMap *env)
StreamClose(output);
StreamClose(input);
(void) env;
return EXIT_SUCCESS;
}