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);
}
}