summaryrefslogtreecommitdiff
path: root/src/examples/dlt-example-filetransfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/dlt-example-filetransfer.c')
-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 4fc10e2..0f4f038 100644
--- a/src/examples/dlt-example-filetransfer.c
+++ b/src/examples/dlt-example-filetransfer.c
@@ -73,7 +73,7 @@
#define TIMEOUT 1
//!Declare some context for the file transfer. It's not a must have to do this, but later you can set a filter on this context in the dlt viewer.
-DLT_DECLARE_CONTEXT(fileContext);
+DLT_DECLARE_CONTEXT(fileContext)
/**