blob: b8729730d9c32a8e031943bf361a6d02c3696bce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/out_xml_event.c.orig Tue Apr 5 17:01:33 2005
+++ src/out_xml_event.c Sun Jan 28 14:28:18 2007
@@ -127,7 +127,7 @@
.om_draw = xml_event_draw,
.om_set_opts = xml_event_set_opts,
.om_probe = xml_event_probe,
- .om_shutdown xml_event_shutdown,
+ .om_shutdown = xml_event_shutdown,
};
static void __init xml_event_init(void)
|