cmauri / eviacam

webcam based mouse emulator
GNU General Public License v3.0
145 stars 38 forks source link

fix: change LENGHT to LENGTH #37

Closed silhusk closed 1 year ago

silhusk commented 1 year ago

Commit 56318af1 did change the spelling only in crvcamera_wdm.h, but not in the implementation file. That broke the build on win32. This commit fixes that and substitutes every other occurrence to make them consistent.