add missing newline to error message
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
4d1e27957d
commit
c3402ab44e
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ static size_t length_check(size_t length, size_t position, size_t a,
|
|||
{
|
||||
if( a == 0 || length - position <= a) {
|
||||
_alpm_log(handle, ALPM_LOG_ERROR,
|
||||
_("%s: signature format error"), identifier);
|
||||
_("%s: signature format error\n"), identifier);
|
||||
return -1;
|
||||
} else {
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue