Skip to content

Commit b5f675d

Browse files
committed
fix syntax error
1 parent 9a73bd4 commit b5f675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multidict/_multilib/state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ NEXT_VERSION(mod_state *state)
134134
* itself */
135135
return atomic_fetch_add_explicit(
136136
&state->global_version, 1, memory_order_relaxed) +
137-
1
137+
1;
138138
}
139139

140140
#ifdef __cplusplus

0 commit comments

Comments
 (0)