correct a typo in a comment

This commit is contained in:
Bill Currie 2002-01-08 19:38:36 +00:00
parent c84e5b2ac0
commit 6633ea0273

View file

@ -159,7 +159,7 @@ selection_notify (XEvent * event)
if (XGetWindowProperty (x_disp, x_win, property, 0, num_bytes, True,
AnyPropertyType, &type, &format, &len,
&tmp, &data) != Success) {
XFree (data); //FIXME is this correct for his instance?
XFree (data); //FIXME is this correct for this instance?
return;
}