summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-09-01 09:45:40 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-09-01 09:45:40 +0000
commit9b413415d7cab15c6a1f7dbd663b3474a1a1277a (patch)
treef51633f7b793598778206ae9fbf347ee18ae060d
parente536b1e9ac14abbe437bc1e10129c84d26b0963f (diff)
Add missing field in InputDriverRec initializer
-rw-r--r--driver/openbsd-input-ws/src/ws.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/openbsd-input-ws/src/ws.c b/driver/openbsd-input-ws/src/ws.c
index c3ffe53ed..52b4afda2 100644
--- a/driver/openbsd-input-ws/src/ws.c
+++ b/driver/openbsd-input-ws/src/ws.c
@@ -13,7 +13,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $OpenBSD: ws.c,v 1.4 2007/08/23 19:10:33 matthieu Exp $ */
+/* $OpenBSD: ws.c,v 1.5 2007/09/01 09:45:39 matthieu Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -139,6 +139,7 @@ InputDriverRec WS = {
NULL,
wsPreInit,
NULL,
+ NULL,
0
};