summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-06 10:55:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-06 10:55:18 +0100
commitb7639a5f79eaecfbaf1710fc679c7be375638efd (patch)
treedb1f6effdf34e49f92c43964af1619d062905890 /util
parent19f54d872fcfa9801abee9c57e30c6b3fc7eef40 (diff)
[trace] Close the dictionary before font
font expects the dictionary to be constructed on the stack for its use, so close it. (I missed the closing '>>' when switching between dictionary constructors.)
Diffstat (limited to 'util')
-rw-r--r--util/cairo-trace/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-trace/trace.c b/util/cairo-trace/trace.c
index fbcb3d76f..c021d2d56 100644
--- a/util/cairo-trace/trace.c
+++ b/util/cairo-trace/trace.c
@@ -3629,7 +3629,7 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, int load_flags)
_trace_printf ("<< /type 42 /source ");
_emit_data (data->data, data->size);
- _trace_printf (" /index %lu /flags %d font\n",
+ _trace_printf (" /index %lu /flags %d >> font\n",
data->index, load_flags);
_push_operand (FONT_FACE, ret);
_write_unlock ();