Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed May 12, 2023
1 parent b1e36fd commit b854b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qcoroutine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) \


Expand Down

0 comments on commit b854b49

Please sign in to comment.