From b854b49c7d4ec79add3b24cc6d5d839e8a733a57 Mon Sep 17 00:00:00 2001 From: camilo Date: Fri, 12 May 2023 11:24:43 -0500 Subject: [PATCH] fix typo --- include/qcoroutine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qcoroutine.h b/include/qcoroutine.h index 8d80de7..007dc0d 100644 --- a/include/qcoroutine.h +++ b/include/qcoroutine.h @@ -105,7 +105,7 @@ /*=======================================================================*/ #define _qCR_Start \ _qCR_DEF; \ - _qCR_JUMP( _qcr->instr ) { \ // skipcq: CXX-W1197 + _qCR_JUMP( _qcr->instr ) { \ _qCR_RT( _qCR_PC_INIT_VAL ) \