summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-19 15:49:59 +0900
committer諏訪子 <suwako@076.moe>2024-06-19 15:49:59 +0900
commitca970a654801650f4b99d2198dccd89da7b5e27c (patch)
treeec486ba8fc8551e375291a097ddf15ba24d4e1ba /main.c
parent171b28947349399d5590210635e57957c80f2876 (diff)
ごめん
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
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++;
}