From 13f8225fed47f3451bc8d601657cdfdf1c3379a6 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Tue, 21 Oct 2025 22:57:46 -0500 Subject: Touch up code in shared.c --- src/encryption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption.c') diff --git a/src/encryption.c b/src/encryption.c index c86adfa..6df1ff3 100644 --- a/src/encryption.c +++ b/src/encryption.c @@ -545,7 +545,7 @@ int genpassword(char **str, unsigned int words) { /** * @brief sodium_malloc wrapper. * - * Calls `error()` or `abort()` depnding on the value of `___VXGG___XALLOC_EXIT_ON_ERROR___`. Will make sure libsodium is initialized if `___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0` + * Calls `error()` or `abort()` depnding on the value of `___VXGG___VXALLOC_EXIT_ON_ERROR___`. Will make sure libsodium is initialized if `___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0` * * @param size * @retval (void*) A pointer to some data allocated via `sodium_malloc()` -- cgit v1.2.3