[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.)
This commit is contained in:
Chris Wilson 2009-08-06 10:55:18 +01:00
parent 19f54d872f
commit b7639a5f79

View file

@ -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 ();