From 06887c0191c3dbeb9b4fd0bc378e94fe0bf4f640 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Mon, 25 Feb 2013 23:24:52 +0000 Subject: p5100: camera: fix copy & paste fail Change-Id: I049d5fa1d16305e2eb29165a45fb488f96afb1f9 --- camerawrapper/CameraWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camerawrapper/CameraWrapper.cpp b/camerawrapper/CameraWrapper.cpp index 5c1223a..f9ff088 100644 --- a/camerawrapper/CameraWrapper.cpp +++ b/camerawrapper/CameraWrapper.cpp @@ -317,7 +317,7 @@ int camera_cancel_picture(struct camera_device * device) if(!device) return -EINVAL; - return VENDOR_CALL(device, take_picture); + return VENDOR_CALL(device, cancel_picture); } int camera_set_parameters(struct camera_device * device, const char *params) -- cgit v1.1