X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=keysym2ucs.c;h=28dd35fb0613102294d99cc5b9cabc422e8c8619;hb=415f1e0e46791994cfa2f6dd3a29f793e3bb9cd9;hp=b755ea4cec4e15346325b9d482ae1bc2fd550593;hpb=6c0d08022b81a1f9792c07861e50a2351d383f19;p=xonotic%2Fdarkplaces.git diff --git a/keysym2ucs.c b/keysym2ucs.c index b755ea4c..28dd35fb 100644 --- a/keysym2ucs.c +++ b/keysym2ucs.c @@ -815,7 +815,7 @@ struct codepair { { 0x20ac, 0x20ac }, /* EuroSign € EURO SIGN */ }; -extern long keysym2ucs(KeySym keysym); // LordHavoc: suppress warning just in this case, it's not worth having a header file for this... +extern long keysym2ucs(KeySym keysym); // LadyHavoc: suppress warning just in this case, it's not worth having a header file for this... long keysym2ucs(KeySym keysym) { int min = 0;