diff options
Diffstat (limited to 'src/mess/tools/imgtool/stream.c')
-rw-r--r-- | src/mess/tools/imgtool/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/tools/imgtool/stream.c b/src/mess/tools/imgtool/stream.c index 5b7c22148aa..e7532650ab4 100644 --- a/src/mess/tools/imgtool/stream.c +++ b/src/mess/tools/imgtool/stream.c @@ -14,7 +14,7 @@ #include "osdcore.h" #include "imgtool.h" -enum imgtype_t +enum imgtype_t { IMG_FILE, IMG_MEM |