Skip to content

Commit

Permalink
undo char default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jan 12, 2025
1 parent 0792395 commit 0cc85f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindgen/gen_d.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
prim_defaults = {
'int': '0',
'bool': 'false',
'char': '0',
'int8_t': '0',
'uint8_t': '0',
'int16_t': '0',
Expand Down

0 comments on commit 0cc85f0

Please sign in to comment.