From cdcc630cf1f183a9c959cac842569d1460c3b858 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Mon, 25 Feb 2013 23:24:42 +0000 Subject: p3100: camera: fix copy & paste fail Change-Id: Ib0312dcae9f46928954b5b452318a5313cc142ff --- 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