mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
correct a typo in a comment
This commit is contained in:
parent
c84e5b2ac0
commit
6633ea0273
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue