diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 15:49:59 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 15:49:59 +0900 |
commit | ca970a654801650f4b99d2198dccd89da7b5e27c (patch) | |
tree | ec486ba8fc8551e375291a097ddf15ba24d4e1ba /main.c | |
parent | 171b28947349399d5590210635e57957c80f2876 (diff) |
ごめん
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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++; } |