summaryrefslogtreecommitdiff
path: root/src/glibext/generators/hex.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-11-17 07:30:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-11-17 07:30:08 (GMT)
commitbaef7fad5e4a7f19926c8722e8ab1e1d426d4433 (patch)
treef882ccb39ae6b06ed886519820f06557187f6b14 /src/glibext/generators/hex.h
parent187cf13a6f0b0ddbb46fd563d66bb01b0dcd18be (diff)
Fixed raw data display.
Diffstat (limited to 'src/glibext/generators/hex.h')
-rw-r--r--src/glibext/generators/hex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/generators/hex.h b/src/glibext/generators/hex.h
index 0a8b1a7..f4aeb03 100644
--- a/src/glibext/generators/hex.h
+++ b/src/glibext/generators/hex.h
@@ -57,7 +57,7 @@ GHexGenerator *g_hex_generator_new(GBinContent *);
GBinContent *g_hex_generator_get_content(const GHexGenerator *);
/* Ajuste la génération à une nouvelle largeur de rendu. */
-bool g_hex_generator_auto_fit(GHexGenerator *, gint, bool, gint);
+bool g_hex_generator_auto_fit(GHexGenerator *, gint, bool, gint, gint);
/* Indique le nombre d'octets programmés constituer une ligne. */
phys_t g_hex_generator_get_bytes_per_line(const GHexGenerator *);