Semicolon moment

This commit is contained in:
2025-08-15 12:30:18 -04:00
parent a665023626
commit e721f89972

View File

@@ -31,7 +31,7 @@ ffmpeg_render
} }
#if _WIN32 #if _WIN32
command = string_quote(command) command = string_quote(command);
#endif #endif
FILE* fp = POPEN(command.c_str(), PWRITE_MODE); FILE* fp = POPEN(command.c_str(), PWRITE_MODE);