rix
rix copied to clipboard
Exit after error in main
When no input files are provided, the main routine continues after showing the error message which causes a SIGSEGV. Return with an exit status after the error is shown to prevent code from running after that point.