diff options
-rw-r--r-- | dwarf_prototypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwarf_prototypes.c b/dwarf_prototypes.c index 5bbaa69..449a750 100644 --- a/dwarf_prototypes.c +++ b/dwarf_prototypes.c @@ -237,6 +237,7 @@ static enum arg_type get_base_type(Dwarf_Die* die) } // Unknown encoding. I just say void + complain(die, "Unknown base type. Returning 'void'"); return ARGTYPE_VOID; } |