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;