diff options
author | 2011-07-20 14:43:13 +0000 | |
---|---|---|
committer | 2011-07-20 14:43:13 +0000 | |
commit | 215096c140cb70bfdd26546ac43720bb0799d2e7 (patch) | |
tree | bb48673f0352837b90e4716840448a4696070bc5 /src/lib/formats/comx35_dsk.h | |
parent | c7b15e2689c662b7332d5fe1c231e39beb810ba7 (diff) |
Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew)
Diffstat (limited to 'src/lib/formats/comx35_dsk.h')
-rw-r--r-- | src/lib/formats/comx35_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/comx35_dsk.h b/src/lib/formats/comx35_dsk.h index 1daffb3b8d1..1fce5f3174f 100644 --- a/src/lib/formats/comx35_dsk.h +++ b/src/lib/formats/comx35_dsk.h @@ -13,6 +13,6 @@ /**************************************************************************/ -FLOPPY_OPTIONS_EXTERN(comx35); +LEGACY_FLOPPY_OPTIONS_EXTERN(comx35); #endif /* COMX35_DSK_H */ |