aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/cmd.c')
-rw-r--r--code/qcommon/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/cmd.c b/code/qcommon/cmd.c
index 0f1178b..92b6e73 100644
--- a/code/qcommon/cmd.c
+++ b/code/qcommon/cmd.c
@@ -422,7 +422,7 @@ For rcon use when you want to transmit without altering quoting
https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=543
============
*/
-char *Cmd_Cmd()
+char *Cmd_Cmd(void)
{
return cmd_cmd;
}