diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-10-20 06:45:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-10-20 06:45:34 (GMT) |
commit | 0140499d4340c074b039194a2e71808d909d8cbd (patch) | |
tree | 0b8b16353b5a835245bce55393f206b8e6383dc2 /plugins/apihashing/classics | |
parent | e42109df9964b153a80ec65a5f1badc02bfb8fa6 (diff) |
Include sll1-add-hash32 as new custom API hash.
Diffstat (limited to 'plugins/apihashing/classics')
-rw-r--r-- | plugins/apihashing/classics/ror13.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/apihashing/classics/ror13.c b/plugins/apihashing/classics/ror13.c index 0b17cbe..e557804 100644 --- a/plugins/apihashing/classics/ror13.c +++ b/plugins/apihashing/classics/ror13.c @@ -72,7 +72,7 @@ static char *g_scan_ror13_modifier_get_path(const GScanRor13Modifier *, size_t * /* ---------------------------------------------------------------------------------- */ -/* Indique le type défini pour une transormation en encodage Ror13. */ +/* Indique le type défini pour une transormation en empreinte ror13. */ G_DEFINE_TYPE(GScanRor13Modifier, g_scan_ror13_modifier, G_TYPE_API_HASH_MODIFIER); |