Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Correct copy/paste error in previous.



details:   https://anonhg.NetBSD.org/src/rev/26c47b7600cf
branches:  trunk
changeset: 769488:26c47b7600cf
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Sep 11 22:28:21 2011 +0000

description:
Correct copy/paste error in previous.

diffstat:

 sys/dev/wscons/wsmouse.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 53b0879d670a -r 26c47b7600cf sys/dev/wscons/wsmouse.c
--- a/sys/dev/wscons/wsmouse.c  Sun Sep 11 19:19:19 2011 +0000
+++ b/sys/dev/wscons/wsmouse.c  Sun Sep 11 22:28:21 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmouse.c,v 1.63 2011/09/11 19:19:19 jakllsch Exp $ */
+/* $NetBSD: wsmouse.c,v 1.64 2011/09/11 22:28:21 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.63 2011/09/11 19:19:19 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.64 2011/09/11 22:28:21 jakllsch Exp $");
 
 #include "wsmouse.h"
 #include "wsdisplay.h"
@@ -622,7 +622,7 @@
        sc->sc_x = INVALID_X;
        sc->sc_y = INVALID_Y;
        sc->sc_z = INVALID_Z;
-       sc->sc_z = INVALID_W;
+       sc->sc_w = INVALID_W;
 
        /* Stop button repeating when messing with the device. */
        if (sc->sc_repeat_button != -1) {



Home | Main Index | Thread Index | Old Index