mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
pocs (selector/multiselec) kill unused label
This commit is contained in:
parent
1ccfd9b962
commit
1d0e2d6fd6
@ -127,7 +127,9 @@ int main(void){
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
#ifdef USE_FFMPEG
|
||||
err:
|
||||
notcurses_stop(nc);
|
||||
return EXIT_FAILURE;
|
||||
#endif
|
||||
}
|
||||
|
@ -126,7 +126,9 @@ int main(void){
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
#ifdef USE_FFMPEG
|
||||
err:
|
||||
notcurses_stop(nc);
|
||||
return EXIT_FAILURE;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user