Add newline
Fix grammatical error
Этот коммит содержится в:
searlmc1
2023-02-08 15:10:22 -05:00
коммит произвёл GitHub
родитель 0a20904eb6
Коммит 58008d8f65
+1 -1
Просмотреть файл
@@ -54,7 +54,7 @@ if ($USE_PERL_SCRIPT) {
#Invoke hipcc.bin
system($HIPCC_BIN, @ARGV);
} else {
print "hipcc.bin not present; Install HIPCC binaries before proceeding";
print "hipcc.bin not present; install HIPCC binaries before proceeding\n";
exit(-1);
}
}