diff options
-rw-r--r-- | setup/execute.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/execute.c b/setup/execute.c index 09d09489..5e78970a 100644 --- a/setup/execute.c +++ b/setup/execute.c @@ -66,6 +66,7 @@ void AddCmdLineParameter(execute_context_t *context, char *s, ...) va_start(args, s); vfprintf(context->stream, s, args); + fprintf(context->stream, "\n"); } void ExecuteDoom(execute_context_t *context) |