fix: Initialised variable to keep CI from breaking (again).

GreekStapler 2023-02-02 12:45:32 +00:00
parent da7e41e8ca
commit b9dbb8af5c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ char *vieter_package_to_description(vieter_package *pkg) {
int i; int i;
// special case for FILENAME // special case for FILENAME
char *ext; char *ext = NULL;
switch (pkg->compression) { switch (pkg->compression) {
case 0: case 0:
ext = ".tar"; ext = ".tar";