summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/imgtool/modules/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/tools/imgtool/modules/amiga.c')
-rw-r--r--src/mess/tools/imgtool/modules/amiga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/tools/imgtool/modules/amiga.c b/src/mess/tools/imgtool/modules/amiga.c
index df6af54426f..40670767f46 100644
--- a/src/mess/tools/imgtool/modules/amiga.c
+++ b/src/mess/tools/imgtool/modules/amiga.c
@@ -33,7 +33,7 @@
#define MSIZE ((BSIZE/4) - 1) /* Size of bitmaps */
-enum disk_type
+enum disk_type
{
DT_UNKNOWN = -1,
DT_OFS = 0,
@@ -55,7 +55,7 @@ enum
};
-enum sec_type
+enum sec_type
{
ST_INVALID = 0,
ST_ROOT = 1,