diff options
Diffstat (limited to 'taro/tests')
| -rw-r--r-- | taro/tests/notcurses_ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taro/tests/notcurses_ffmpeg.c b/taro/tests/notcurses_ffmpeg.c index adf9689..342d115 100644 --- a/taro/tests/notcurses_ffmpeg.c +++ b/taro/tests/notcurses_ffmpeg.c @@ -5,7 +5,7 @@ s32 main(void) { - if (!nn_common_init()) return EXIT_FAILURE; + if (!nn_common_init(NULL)) return EXIT_FAILURE; struct notcurses *nc = notcurses_init(NULL, stdin); |