mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-09 09:26:40 -04:00
spacing
This commit is contained in:
@@ -1068,12 +1068,12 @@ int RemoteCameraHttp::PreCapture() {
|
||||
}
|
||||
if ( mode == SINGLE_IMAGE ) {
|
||||
if ( SendRequest() < 0 ) {
|
||||
Error( "Unable to send request" );
|
||||
Error("Unable to send request");
|
||||
Disconnect();
|
||||
return( -1 );
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
return( 0 );
|
||||
return 0;
|
||||
}
|
||||
|
||||
int RemoteCameraHttp::Capture( Image &image ) {
|
||||
|
||||
Reference in New Issue
Block a user