diff --git a/src/zm_remote_camera_http.cpp b/src/zm_remote_camera_http.cpp index 53ca71be2..96c3707ff 100644 --- a/src/zm_remote_camera_http.cpp +++ b/src/zm_remote_camera_http.cpp @@ -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 ) {