diff options
author | Julien Danjou <julien@danjou.info> | 2012-01-11 17:13:27 +0100 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2012-01-11 17:13:27 +0100 |
commit | 04a6b048c681a76de3ef4ab5f515050a08367140 (patch) | |
tree | a1eb075fbaeb88f913d139f132a7af736bc274b7 | |
parent | 9efd2ac87b9eca51d07173cf33d48f4d3b77509e (diff) |
Fix 9efd2ac87b9eca51d07173cf33d48f4d3b77509e field name
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | src/xproto.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xproto.xml b/src/xproto.xml index 057d542..42a6852 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -1483,8 +1483,8 @@ authorization from the authors. <pad bytes="1" /> <field type="CARD16" name="font_qty" /> <pad bytes="2" /> - <list type="STR" name="path"> - <fieldref>path_len</fieldref> + <list type="STR" name="font"> + <fieldref>font_qty</fieldref> </list> </request> |