summaryrefslogtreecommitdiff
path: root/src/adaptor
diff options
context:
space:
mode:
Diffstat (limited to 'src/adaptor')
-rw-r--r--src/adaptor/dlt-adaptor-stdin.c2
-rw-r--r--src/adaptor/dlt-adaptor-udp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/adaptor/dlt-adaptor-stdin.c b/src/adaptor/dlt-adaptor-stdin.c
index 33ab8a2..f8e8fc0 100644
--- a/src/adaptor/dlt-adaptor-stdin.c
+++ b/src/adaptor/dlt-adaptor-stdin.c
@@ -80,7 +80,7 @@
#define PS_DLT_APP "SINA"
#define PS_DLT_CONTEXT "SINC"
-DLT_DECLARE_CONTEXT(mycontext);
+DLT_DECLARE_CONTEXT(mycontext)
int main(int argc, char* argv[])
{
diff --git a/src/adaptor/dlt-adaptor-udp.c b/src/adaptor/dlt-adaptor-udp.c
index dcb5820..9e4ce74 100644
--- a/src/adaptor/dlt-adaptor-udp.c
+++ b/src/adaptor/dlt-adaptor-udp.c
@@ -89,7 +89,7 @@
#define PU_DLT_APP "UDPA"
#define PU_DLT_CONTEXT "UDPC"
-DLT_DECLARE_CONTEXT(mycontext);
+DLT_DECLARE_CONTEXT(mycontext)
int main(int argc, char* argv[])
{