summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/upb_decoder_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder_x86.dasc b/src/upb_decoder_x86.dasc
index f56b9f8..4088eba 100644
--- a/src/upb_decoder_x86.dasc
+++ b/src/upb_decoder_x86.dasc
@@ -94,7 +94,7 @@ void upb_reg_jit_gdb(upb_decoder *d) {
#else
void upb_reg_jit_gdb(upb_decoder *d) {
- (void)d
+ (void)d;
}
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback