diff options
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index 142ceee..a0e8e50 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -222,7 +222,7 @@ typedef enum bfd_print_symbol bfd_print_symbol_name, bfd_print_symbol_more, bfd_print_symbol_all, - bfd_print_symbol_nm, /* Pretty format suitable for nm program. */ + bfd_print_symbol_nm /* Pretty format suitable for nm program. */ } bfd_print_symbol_type; |