NetBSD-Bugs archive

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

kern/41858: Delete one ")" .



>Number:         41858
>Category:       kern
>Synopsis:       Delete one ")" .
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 09 10:55:00 +0000 2009
>Originator:     Henning Petersen
>Release:        current-NetBSD
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
diff -u -r1.13 bt_subr.c
--- sys/dev/sun/bt_subr.c       18 Apr 2009 14:58:04 -0000      1.13
+++ sys/dev/sun/bt_subr.c       9 Aug 2009 07:32:30 -0000
@@ -217,7 +217,7 @@
         * Figure out where to start in the RGB arrays
         * See btreg.h for the way RGB triplets are packed into 4-byte words.
         */
-       c[0] = &cm->red[(4 * count) / 3)];
+       c[0] = &cm->red[(4 * count) / 3];
        c[1] = &cm->green[(4 * count) / 3];
        c[2] = &cm->blue[(4 * count) / 3];
        p = &c[0];



Home | Main Index | Thread Index | Old Index