summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-12 10:42:19 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-12 10:42:19 +0100
commit7b7995de170bdbd71979efd78db966a5dde82e23 (patch)
treedc29fcb723ef46a4314009158c2d6351e13596d4 /PluginRoutingInterfaceAsync
parent64cc00b600945e158dfacc33911f1c2c013cd2d5 (diff)
downloadaudiomanager-7b7995de170bdbd71979efd78db966a5dde82e23.tar.gz
* [GAM-34] fixes sqlite missing error handling
Diffstat (limited to 'PluginRoutingInterfaceAsync')
-rw-r--r--PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp b/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
index a503388..f263f7d 100644
--- a/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
+++ b/PluginRoutingInterfaceAsync/src/CAmRoutingSenderAsync.cpp
@@ -527,7 +527,7 @@ am_Error_e CAmRoutingSenderAsync::asyncCrossFade(const am_Handle_s handle, const
(void) hotSink;
(void) rampType;
(void) time;
- return E_NOT_USED;
+ return (E_NOT_USED);
}
am_Error_e CAmRoutingSenderAsync::setDomainState(const am_domainID_t domainID, const am_DomainState_e domainState)