Semicolon moment
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user