Compare commits

..

2 Commits

Author SHA1 Message Date
e5ddd6a6af Fix a compiler warning 2021-11-05 02:59:55 +01:00
8f7bcf7531 Bump liberty, termo 2021-11-05 02:59:35 +01:00
3 changed files with 4 additions and 4 deletions

4
hex.c
View File

@@ -648,9 +648,9 @@ app_write_footer (struct row_buffer *b, char id, int len, const char *fmt, ...)
static void
app_footer_field (struct row_buffer *b, char id, int len, const char *fmt, ...)
{
const char *coding;
const char *coding = "";
if (len <= 1)
coding = "";
;
else if (g_ctx.endianity == ENDIANITY_LE)
coding = "le";
else if (g_ctx.endianity == ENDIANITY_BE)

Submodule liberty updated: 8822d06091...34f86651f6

2
termo

Submodule termo updated: 065cd3b3e1...8265f075b1