Skip to content
Snippets Groups Projects
Commit 5a9de61e authored by deuce's avatar deuce
Browse files

Fix typo

parent 53e52f97
Branches
Tags
No related merge requests found
......@@ -5,6 +5,6 @@ int getcrtchar (int x, int y)
{
unsigned char buf[2];
gettext(x+1,y+2,x+1,y+1,buf);
gettext(x+1,y+1,x+1,y+1,buf);
return(buf[0]);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment