mirror of https://gitlab.com/nakst/essence
fix typo
This commit is contained in:
parent
ab29731f3b
commit
aa8c7e7b09
|
@ -1326,7 +1326,7 @@ void GetSource(const char *parameters, const char *checksum) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (checksum) {
|
if (checksum) {
|
||||||
fprintf(stderr, "Checking validity of downloading file...\n");
|
fprintf(stderr, "Checking validity of downloaded file...\n");
|
||||||
|
|
||||||
int checksumLength = strlen(checksum);
|
int checksumLength = strlen(checksum);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue