Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45460 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
Compyx committed Jan 10, 2025
1 parent c84b477 commit 560fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vice/src/gfxoutputdrv/ffmpegexedrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static int test_ffmpeg_executable(void)
}
/*log_printf("test_ffmpeg_executable pid:%d stdin:%d stdout:%d", test_pid, test_stdin, test_stdout);*/
#ifdef WINDOWS_COMPILE
if (test_pid == VICE_PID_INVALDI) {
if (test_pid == VICE_PID_INVALID) {
log_error(ffmpeg_log, "Cannot fork ffmpeg process '%s' (pid == NULL).", command);
#else
if (test_pid <= 0) {
Expand Down

0 comments on commit 560fb64

Please sign in to comment.