Skip to content

Commit b854b49

Browse files
author
camilo
committed
fix typo
1 parent b1e36fd commit b854b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/qcoroutine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
/*=======================================================================*/
106106
#define _qCR_Start \
107107
_qCR_DEF; \
108-
_qCR_JUMP( _qcr->instr ) { \ // skipcq: CXX-W1197
108+
_qCR_JUMP( _qcr->instr ) { \
109109
_qCR_RT( _qCR_PC_INIT_VAL ) \
110110

111111

0 commit comments

Comments
 (0)