pocs (selector/multiselec) kill unused label

This commit is contained in:
nick black 2020-04-10 13:00:12 -04:00
parent 1ccfd9b962
commit 1d0e2d6fd6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 4 additions and 0 deletions

View File

@ -127,7 +127,9 @@ int main(void){
}
return EXIT_SUCCESS;
#ifdef USE_FFMPEG
err:
notcurses_stop(nc);
return EXIT_FAILURE;
#endif
}

View File

@ -126,7 +126,9 @@ int main(void){
}
return EXIT_SUCCESS;
#ifdef USE_FFMPEG
err:
notcurses_stop(nc);
return EXIT_FAILURE;
#endif
}