]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keysym2ucs.c
zone: Use the generic linked list
[xonotic/darkplaces.git] / keysym2ucs.c
index b755ea4cec4e15346325b9d482ae1bc2fd550593..28dd35fb0613102294d99cc5b9cabc422e8c8619 100644 (file)
@@ -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;