From 1eb0399e7648dded4b254325da9526e6821e865e Mon Sep 17 00:00:00 2001 From: FutureRave Date: Mon, 6 Mar 2023 13:31:07 +0000 Subject: [PATCH] maint: remove new line --- src/module/gsc/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/gsc/string.cpp b/src/module/gsc/string.cpp index f3648d3..647d116 100644 --- a/src/module/gsc/string.cpp +++ b/src/module/gsc/string.cpp @@ -19,7 +19,7 @@ namespace gsc if (!str) { - scr_error("^GetChar: Illegal parameter!\n"); + scr_error("^GetChar: Illegal parameter!"); return; }