]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
sys: commenting and tidying
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index fd0a24b202a07b64491ec1e2dc793db61e774676..4d7ed1749a14ad0d2f7c35c546d5346185934443 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -768,7 +768,7 @@ int Key_Parse_CommonKeys(cmd_state_t *cmd, qbool is_console, int key, int unicod
        if ((key == 'v' && KM_CTRL) || ((key == K_INS || key == K_KP_INS) && KM_SHIFT))
        {
                char *cbd, *p;
-               if ((cbd = Sys_GetClipboardData()) != 0)
+               if ((cbd = Sys_SDL_GetClipboardData()) != 0)
                {
                        int i;
 #if 1