From ca970a654801650f4b99d2198dccd89da7b5e27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 19 Jun 2024 15:49:59 +0900 Subject: =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index e565f9d..9895176 100644 --- a/main.c +++ b/main.c @@ -145,7 +145,8 @@ int main(int argc, char *argv[]) { if (display_gpu()) { printf("%s ", LOGO[lc]); - printf(COLOR"%s%s%s\n"RESET, "GPU", ": ", display_gpu()); + printf(COLOR"%s%s"RESET, "GPU", ": "); + printf("%s\n", display_gpu()); lc++; } -- cgit v1.2.3