diff options
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r-- | src/tools/unidasm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index 946e84a27fc..df9ec912e8f 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -40,7 +40,7 @@ #include "emu.h" #include <ctype.h> -enum _display_type +enum display_type { _8bit, _8bitx, @@ -59,7 +59,6 @@ enum _display_type _64be, _64le }; -typedef enum _display_type display_type; struct dasm_table_entry |