Fix compilation 86/240586/1 accepted/tizen/unified/20200812.144037 submit/tizen/20200807.162649
authorMichal Bloch <m.bloch@samsung.com>
Fri, 7 Aug 2020 16:17:04 +0000 (18:17 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 7 Aug 2020 16:17:09 +0000 (18:17 +0200)
Can't rely on lenient compilers.

Change-Id: I22ca790c1ee57ec64677e84b4d01ccefe9cadc5d
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/libdlogutil/fdi_pipe.c

index 572fef7..f5acd54 100644 (file)
@@ -26,7 +26,7 @@
 #include "fdi_pipe.h"
 #include "fdi_pipe_internal.h"
 
-#define DEFAULT_WAIT_DLOGUTIL_PIPE_MS 5000;
+#define DEFAULT_WAIT_DLOGUTIL_PIPE_MS 5000
 
 static int pipe_get_capacity(struct fd_info *fdi, unsigned int *capacity)
 {