libdraw: fix atomouse

front
cinap_lenrek 2014-11-06 04:42:20 +01:00
parent 9f75e55216
commit ea80ea451d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}