mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
added missing newlines to error messages
This commit is contained in:
@@ -34,7 +34,7 @@ byte* pcp_scrypt(PCPCTX *ptx, char *passwd, size_t passwdlen, byte *nonce, size_
|
||||
return dk;
|
||||
}
|
||||
else {
|
||||
fatal(ptx, "crypto_scrypt() failed");
|
||||
fatal(ptx, "crypto_scrypt() failed\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user