diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-08-25 13:46:17 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-08-25 13:46:17 +0000 |
| commit | fa9e048dc65f246c165d820b983baf62d201c264 (patch) | |
| tree | add08cbef5180ea83dba0d646e576fa2b68a3791 /src/main.c | |
| parent | d62326ee93521de490e5bc8d37bf234111187e20 (diff) | |
[checkpoint] small changes that i'm pretty sure break reinstalls
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,9 +25,7 @@ int main(int argc, char **argv) { cli_result_t result = cli(argc, argv); if (!result) { retval = 1; - goto done; } -done: return retval; } |
