X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=keysym2ucs.c;h=28dd35fb0613102294d99cc5b9cabc422e8c8619;hp=b755ea4cec4e15346325b9d482ae1bc2fd550593;hb=48669036b4be979d997c27227942ed9c430277d5;hpb=88b33141e9e1ef1af7a41904025b7d9835dd9251 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;