Skip to content

Commit

Permalink
Eliminate some funky Unicode "i" in sqUnixXdnd.c. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Aug 27, 2020
1 parent d16264b commit 5d70988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/vm-display-X11/sqUnixXdnd.c
Expand Up @@ -880,7 +880,7 @@ static void dndGetSelection(Window owner, Atom property)
}


/* SelectionNotify wíll be received as an answer of an XConvertSelection request sent by us. */
/* SelectionNotify will be received as an answer of an XConvertSelection request sent by us. */
static enum XdndState dndInSelectionNotify(enum XdndState state, XSelectionEvent *evt)
{
fdebugf((stderr, "Receive SelectionNotify (input)\n"));
Expand Down

0 comments on commit 5d70988

Please sign in to comment.