pull/2077/head
Isaac Connor 2017-10-12 08:54:43 -07:00
parent ac1830a40f
commit ad97023732
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ Event::~Event() {
/* Close the video file */
if ( videowriter != NULL ) {
int nRet = videowriter->Close();
if(nRet != 0) {
if ( nRet != 0 ) {
Error("Failed closing video stream");
}
delete videowriter;