From 3f7496fb8d36f8034c61082352920287094c11cc Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 13 Jan 2003 06:05:54 +0000 Subject: [PATCH] Added newline at end of file to fix gcc warning. --- src/sbbs3/exec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/exec.cpp b/src/sbbs3/exec.cpp index 806c497172..79e3396b75 100644 --- a/src/sbbs3/exec.cpp +++ b/src/sbbs3/exec.cpp @@ -1844,4 +1844,4 @@ bool sbbs_t::select_editor(void) return(true); } return(false); -} \ No newline at end of file +} -- GitLab