diff options
Diffstat (limited to 'src/stack.h')
-rw-r--r-- | src/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stack.h b/src/stack.h index ceb41ad5..5040ace5 100644 --- a/src/stack.h +++ b/src/stack.h @@ -100,7 +100,7 @@ serd_stack_pop_aligned(SerdStack* stack, size_t n_bytes) const uint8_t pad = stack->buf[stack->size - 1]; // Pop padding and pad count - serd_stack_pop(stack, pad + 1u); + serd_stack_pop(stack, pad + 1U); } #endif // SERD_STACK_H |