summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-07-18 11:27:50 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:39:00 +0100
commit7ed77016669aded1bc30ae4fb7ef063bd290b883 (patch)
tree41a1e46663689cb463f80954d5f510336448caf0 /src/examples
parent9c5878036fb10015697269ebc0bf421446c49eb8 (diff)
downloadDLT-daemon-7ed77016669aded1bc30ae4fb7ef063bd290b883.tar.gz
[GDLT-115]: Prevent return value from DLT_REGISTER_APP
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/dlt-example-filetransfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/dlt-example-filetransfer.c b/src/examples/dlt-example-filetransfer.c
index b1d3e1a..01867de 100644
--- a/src/examples/dlt-example-filetransfer.c
+++ b/src/examples/dlt-example-filetransfer.c
@@ -194,7 +194,7 @@ int main(int argc, char* argv[])
}
//Register the application at the dlt-daemon
- dltResult = DLT_REGISTER_APP(apid,FLTR_APP_DESC);
+ DLT_REGISTER_APP(apid,FLTR_APP_DESC);
//Register the context of the main program at the dlt-daemon
dltResult = DLT_REGISTER_CONTEXT(fileContext,ctid,FLTR_CONTEXT_DESC);