- version increased
- fixed minor style issue
Change-Id: I70a371ce7e6834bf73c413e19de37111168c9147
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
%define crosswalk_extensions_path %{_libdir}/%{crosswalk_extensions}
Name: webapi-plugins
-Version: 2.14
+Version: 2.15
Release: 0
License: Apache-2.0 and BSD-3-Clause and MIT
Group: Development/Libraries
CallbackPtr downCbPtr = static_cast<CallbackPtr>(user_data);
// Prevent to call finished, cancelled or failed function more than once
- if (DOWNLOAD_STATE_COMPLETED == downCbPtr->state ||
- DOWNLOAD_STATE_CANCELED == downCbPtr->state ||
+ if (DOWNLOAD_STATE_COMPLETED == downCbPtr->state || DOWNLOAD_STATE_CANCELED == downCbPtr->state ||
DOWNLOAD_STATE_FAILED == downCbPtr->state) {
LoggerD("Already finished job, not calling callback for %d state", downCbPtr->state);
return;