[v0.04] Small fixes to presentation

This commit is contained in:
Dr-Noob
2021-08-16 12:27:23 +02:00
parent 9a5bc9f3ed
commit eecc040e98
3 changed files with 8 additions and 7 deletions

View File

@@ -52,9 +52,9 @@ int main(int argc, char* argv[]) {
set_log_level(true);
printWarn("gpufetch is in beta. The provided information may be incomplete or wrong.\n\
If you want to help to improve gpufetch, please compare the output of the program\n\
with a reliable source which you know is right (e.g, techpowerup.com) and report\n\
any inconsistencies to https://github.com/Dr-Noob/gpufetch/issues");
If you want to help to improve gpufetch, please compare the output of the program\n\
with a reliable source which you know is right (e.g, techpowerup.com) and report\n\
any inconsistencies to https://github.com/Dr-Noob/gpufetch/issues");
struct gpu_info* gpu = get_gpu_info();
if(gpu == NULL)