Crank down the lame-o-matic a notch by moving the = inside the /* */ rather

than outside to fix the build.
This commit is contained in:
imp 2004-12-13 05:41:33 +00:00
parent 92531f8278
commit d539ea55a8

View File

@ -592,7 +592,7 @@ ums_enable(v)
sc->qhead = sc->qtail = 0;
sc->status.flags = 0;
sc->status.button = sc->status.obutton = 0;
sc->status.dx = sc->status.dy = sc->status.dz = /* sc->status.dt */ = 0;
sc->status.dx = sc->status.dy = sc->status.dz /* = sc->status.dt */ = 0;
callout_handle_init((struct callout_handle *)&sc->callout_handle);