summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/apridisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/apridisk.c')
-rw-r--r--src/lib/formats/apridisk.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/formats/apridisk.c b/src/lib/formats/apridisk.c
index 1998a72acfc..e331607405d 100644
--- a/src/lib/formats/apridisk.c
+++ b/src/lib/formats/apridisk.c
@@ -11,17 +11,17 @@
CONSTANTS
***************************************************************************/
-#define APR_HEADER_SIZE 128
+#define APR_HEADER_SIZE 128
/* sector types */
-#define APR_DELETED 0xe31d0000
-#define APR_MAGIC 0xe31d0001
-#define APR_COMMENT 0xe31d0002
-#define APR_CREATOR 0xe31d0003
+#define APR_DELETED 0xe31d0000
+#define APR_MAGIC 0xe31d0001
+#define APR_COMMENT 0xe31d0002
+#define APR_CREATOR 0xe31d0003
/* compression type */
-#define APR_UNCOMPRESSED 0x9e90
-#define APR_COMPRESSED 0x3e5a
+#define APR_UNCOMPRESSED 0x9e90
+#define APR_COMPRESSED 0x3e5a
static const char *apr_magic = "ACT Apricot disk image\x1a\x04";