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/oric_dsk.h | |
parent | c7b15e2689c662b7332d5fe1c231e39beb810ba7 (diff) |
Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew)
Diffstat (limited to 'src/lib/formats/oric_dsk.h')
-rw-r--r-- | src/lib/formats/oric_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/oric_dsk.h b/src/lib/formats/oric_dsk.h index 58fc8336d91..851544da3d2 100644 --- a/src/lib/formats/oric_dsk.h +++ b/src/lib/formats/oric_dsk.h @@ -13,6 +13,6 @@ /**************************************************************************/ -FLOPPY_OPTIONS_EXTERN(oric); +LEGACY_FLOPPY_OPTIONS_EXTERN(oric); #endif /* ORIC_DSK_H */ |