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; }