From 1bcfe16933d34f78672ae0e46a70e5620f6c76c3 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sat, 24 Nov 2018 17:30:49 -0500 Subject: [PATCH] Do not remove newlines from the end of files --- src/m_argv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_argv.c b/src/m_argv.c index 5c5dc37cf..e8bfdd3db 100644 --- a/src/m_argv.c +++ b/src/m_argv.c @@ -214,4 +214,4 @@ void M_FindResponseFile(void) break; } -} \ No newline at end of file +}