]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fix a -lX11 typo
[xonotic/darkplaces.git] / host_cmd.c
index 32d8bb35ec7f9736b8bcbc24d6057e41551dba4b..3f9c56e864054bef906260d100e44593fd985d63 100644 (file)
@@ -1937,7 +1937,7 @@ Kicks a user off of the server
 */
 void Host_Kick_f (void)
 {
-       char *who;
+       const char *who;
        const char *message = NULL;
        client_t *save;
        int i;