From 2cf2e099d6bdbab53f5b6bf455da187b5ffd7000 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 26 Jan 2006 00:52:47 +0000 Subject: [PATCH] Added missing CRLF at EOF. --- src/sbbs3/str_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/str_util.c b/src/sbbs3/str_util.c index a46aeb1422..db660e4efa 100644 --- a/src/sbbs3/str_util.c +++ b/src/sbbs3/str_util.c @@ -720,4 +720,4 @@ char* sbbs_cmdstr(const char* src return replace_keyed_values(src, buf, buflen, '%', str_list, int_list, TRUE); } -#endif \ No newline at end of file +#endif -- GitLab