Skip to content

Commit 181f8e9

Browse files
committed
Fix missing newline character in log message
1 parent e15fd5f commit 181f8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appimagetool_sign.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ bool embed_data_in_elf_section(const char* filename, const char* elf_section, gp
322322
}
323323

324324
bool sign_appimage(char* appimage_filename, char* key_id, bool verbose) {
325-
fprintf(stderr, "[sign] signing requested");
325+
fprintf(stderr, "[sign] signing requested\n");
326326

327327
// like gcrypt, gpgme must be initialized
328328
{

0 commit comments

Comments
 (0)