Skip to content
Snippets Groups Projects
Commit 444fecaf authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add unreachable code

Coverity thinks it can do the default case.
parent a98f8a44
No related merge requests found
Checking pipeline status
...@@ -14932,6 +14932,8 @@ do_rip_command(int level, int sublevel, int cmd, const char *rawargs) ...@@ -14932,6 +14932,8 @@ do_rip_command(int level, int sublevel, int cmd, const char *rawargs)
case 7: case 7:
zmodem_upload(rip.bbs, fp, cache_path); zmodem_upload(rip.bbs, fp, cache_path);
break; break;
default: // Can't happen, thanks Coverity
fclose(fp);
} }
suspend_rip(false); suspend_rip(false);
free(uldir); free(uldir);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment