Fix variable name dynamicx_t in hashinfo_t

This commit is contained in:
jsteube 2023-11-16 19:01:25 +00:00
parent 7faa6a94a5
commit dad46090d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;