diff src/vtx/vtx.c @ 1406:90d4c120fbca

Oopps removed the a NULL by accident
author Christian Birchinger <joker@netswarm.net>
date Sat, 04 Aug 2007 22:27:08 +0200
parents 48e73f07ec9b
children 230661b01dc7
line wrap: on
line diff
--- a/src/vtx/vtx.c	Sat Aug 04 22:07:08 2007 +0200
+++ b/src/vtx/vtx.c	Sat Aug 04 22:27:08 2007 +0200
@@ -337,4 +337,4 @@
 
 InputPlugin *vtx_iplist[] = { &vtx_ip, NULL };
 
-DECLARE_PLUGIN(vtx, NULL, NULL, vtx_iplist, NULL, NULL, NULL, NULL);
+DECLARE_PLUGIN(vtx, NULL, NULL, vtx_iplist, NULL, NULL, NULL, NULL, NULL);