From a7a980417186a1e3f94504602d5b959b8fd1e679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Wed, 12 May 2021 14:25:44 +0000 Subject: [PATCH] Replace fetchy.c --- fetchy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchy.c b/fetchy.c index 7296239..21dff90 100644 --- a/fetchy.c +++ b/fetchy.c @@ -212,7 +212,7 @@ static char *get_gpu(char *gpu){ fclose(gpuName); - if(strstr(gpu, "VGA") + if(strstr(gpu, "VGA")) strcpy(gpu, "CPU's integrated graphics"); return gpu;