Skip to content

Commit 8c0f972

Browse files
msanna-asaphusLUU QUANG MINH
authored and
LUU QUANG MINH
committed
fixed a parenthesis (#642)
1 parent 4d60c31 commit 8c0f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlt-qnx-system/dlt-qnx-slogger2-adapter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static int sloggerinfo_callback(slog2_packet_info_t *info, void *payload, void *
221221
DltContextData log_local; /* Used in DLT_* macros, do not rename */
222222
DltContext *ctxt = dlt_context_from_slog2file(info->file_name);
223223

224-
if( wait_for_buffer_space(0.8, std::chrono::milliseconds(DLT_QNX_SLOG_ADAPTER_WAIT_BUFFER_TIMEOUT_MS))
224+
if( wait_for_buffer_space(0.8, std::chrono::milliseconds(DLT_QNX_SLOG_ADAPTER_WAIT_BUFFER_TIMEOUT_MS)))
225225
{
226226
return 0; // discard message
227227
}

0 commit comments

Comments
 (0)