summaryrefslogtreecommitdiff
path: root/src/setup
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup')
-rw-r--r--src/setup/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/execute.c b/src/setup/execute.c
index 9d798264..9bc4f9ae 100644
--- a/src/setup/execute.c
+++ b/src/setup/execute.c
@@ -341,7 +341,7 @@ int ExecuteDoom(execute_context_t *context)
// Build the command line
- response_file_arg = M_StringJoin("@", context->response_file);
+ response_file_arg = M_StringJoin("@", context->response_file, NULL);
// Run Doom