From e721f899726e9218357a50d8fb7353cc7b41efdf Mon Sep 17 00:00:00 2001 From: shweet Date: Fri, 15 Aug 2025 12:30:18 -0400 Subject: [PATCH] Semicolon moment --- src/ffmpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffmpeg.cpp b/src/ffmpeg.cpp index 12d68a1..5a7486f 100644 --- a/src/ffmpeg.cpp +++ b/src/ffmpeg.cpp @@ -31,7 +31,7 @@ ffmpeg_render } #if _WIN32 - command = string_quote(command) + command = string_quote(command); #endif FILE* fp = POPEN(command.c_str(), PWRITE_MODE);