From dad46090d7182629e276f8a21ab25c2bf6ab539f Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 16 Nov 2023 19:01:25 +0000 Subject: [PATCH] Fix variable name dynamicx_t in hashinfo_t --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index 09bb6a94f..df1e97118 100644 --- a/include/types.h +++ b/include/types.h @@ -923,7 +923,7 @@ typedef struct split typedef struct hashinfo { - dynamicx_t *dynamicx_t; + dynamicx_t *dynamicx; user_t *user; char *orighash; split_t *split;