berarma / new-lg4ff

Experimental Logitech force feedback module for Linux
GNU General Public License v2.0
298 stars 18 forks source link

Freshly introduced compilation error by typo in hid-lg4ff.c:708 #70

Closed DilithiumNitrate closed 1 year ago

DilithiumNitrate commented 1 year ago

Not much to say here. This line:

parameters->clip = (unsigned)condition->right_saturation);

shouldn't have that trailing parenthesis left over from what the line looked before the last commit. Removing it lets this driver compile properly. Do you not test this driver before pushing commits?

berarma commented 1 year ago

I usually do but something happened with this commit.