summaryrefslogtreecommitdiff
path: root/stream/obj_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/obj_simple.c')
-rw-r--r--stream/obj_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/obj_simple.c b/stream/obj_simple.c
index b87a3cf1..77a7bca8 100644
--- a/stream/obj_simple.c
+++ b/stream/obj_simple.c
@@ -294,7 +294,7 @@ fz_objcmp(fz_obj *a, fz_obj *b)
return 0;
case FZ_POINTER:
- return (char *) a->u.p - (char *) b->u.p;
+ return (char *) a->u.p - (char *) b->u.p;
}
return 1;
}