Skip to content

Commit

Permalink
fix: TCC doesn't now that abort() never returns
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Dec 8, 2022
1 parent d5de4dc commit ce36741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toxcore/tox.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ Tox_Connection tox_self_get_connection_status(const Tox *tox)
}

LOGGER_FATAL(tox->m->log, "impossible return value: %d", ret);
return TOX_CONNECTION_NONE;
}


Expand Down

0 comments on commit ce36741

Please sign in to comment.