mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
return value was not used
Coverity CID 1232671
This commit is contained in:
@@ -3511,7 +3511,7 @@ int handleCreateDataArchivesCommand(int argc, char** argv) {
|
||||
printf("Compress item [%s] is not valid!\n",compress_item.c_str());
|
||||
return_value = 1;
|
||||
}
|
||||
|
||||
else
|
||||
return_value = 0;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user