summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/tapefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/tapefile.c')
-rw-r--r--apps/plugins/zxbox/tapefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/tapefile.c b/apps/plugins/zxbox/tapefile.c
index b030f8dab9..054cae1aba 100644
--- a/apps/plugins/zxbox/tapefile.c
+++ b/apps/plugins/zxbox/tapefile.c
@@ -216,7 +216,7 @@ static struct tzxblock tzxb[NUMBLOCKID] = {
216}; 216};
217 217
218 218
219#define PTRDIFF(pe, ps) ((int) (((long) (pe) - (long) (ps)) / sizeof(*pe))) 219#define PTRDIFF(pe, ps) pe - ps
220 220
221static char tzxheader[] = {'Z','X','T','a','p','e','!',0x1A}; 221static char tzxheader[] = {'Z','X','T','a','p','e','!',0x1A};
222 222