From 5b28f7ea2a0b3e2038913dcf7ca2fffe8f595633 Mon Sep 17 00:00:00 2001 From: Shinmera Date: Tue, 6 Feb 2024 20:11:15 +0100 Subject: [PATCH] minor --- compile.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.lisp b/compile.lisp index d17f5f0..191744a 100755 --- a/compile.lisp +++ b/compile.lisp @@ -117,7 +117,7 @@ exec sbcl \ public static class PromptFont {~%") (format stream "~& public const string ~a = ~s;~%" (to-c-name code-name) character) (format stream "~& public const int ~a_INT = 0x~5,'0x;~%" (to-c-name code-name) codepoint) - (format stream "~&~ + (format stream "~& string Get(string name){ return (string)(typeof(PromptFont).GetProperty(name).GetValue(null)); }