diff options
author | Yuval Fledel <yuvalfl@gmail.com> | 2010-11-22 21:25:58 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-22 14:30:53 -0500 |
commit | d1c43107150c30c4ac1f88eee025833ce55d9a9a (patch) | |
tree | 50e4259f3759fed0f995aef1085ceba8fdcc1ea1 /protocol | |
parent | 3d46534f4a70f2a68143e0bfcc06a52ea64558da (diff) |
xml tag should close, or some parsers fail
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 84398ac..506e59b 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -273,6 +273,6 @@ </event> </interface> - <interface name="visual" version="1"> + <interface name="visual" version="1" /> </protocol>
\ No newline at end of file |