libdraw: fix atomouse
This commit is contained in:
parent
9f75e55216
commit
ea80ea451d
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ int
|
|||
eatomouse(Mouse *m, char *buf, int n)
|
||||
{
|
||||
if(n != 1+4*12){
|
||||
werrstr("atomouse: bad count");
|
||||
werrstr("eatomouse: bad count");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue