spacing
parent
ac1830a40f
commit
ad97023732
|
@ -228,7 +228,7 @@ Event::~Event() {
|
||||||
/* Close the video file */
|
/* Close the video file */
|
||||||
if ( videowriter != NULL ) {
|
if ( videowriter != NULL ) {
|
||||||
int nRet = videowriter->Close();
|
int nRet = videowriter->Close();
|
||||||
if(nRet != 0) {
|
if ( nRet != 0 ) {
|
||||||
Error("Failed closing video stream");
|
Error("Failed closing video stream");
|
||||||
}
|
}
|
||||||
delete videowriter;
|
delete videowriter;
|
||||||
|
|
Loading…
Reference in New Issue