aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sha256.c
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-08-26 23:11:25 +0200
committerdundargoc <gocdundar@gmail.com>2022-09-11 13:28:59 +0200
commit3ff46544c9872b4161fd098569c30b55fe3abd36 (patch)
tree589b9ebdd86fde7e200b6235596ce6feac976122 /src/nvim/sha256.c
parent4638fcf4fb688fa548b8ce337ec3b7c1327fbfe9 (diff)
downloadrneovim-3ff46544c9872b4161fd098569c30b55fe3abd36.tar.gz
rneovim-3ff46544c9872b4161fd098569c30b55fe3abd36.tar.bz2
rneovim-3ff46544c9872b4161fd098569c30b55fe3abd36.zip
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
Diffstat (limited to 'src/nvim/sha256.c')
-rw-r--r--src/nvim/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/sha256.c b/src/nvim/sha256.c
index 53c9cb7c81..012f145875 100644
--- a/src/nvim/sha256.c
+++ b/src/nvim/sha256.c
@@ -17,7 +17,7 @@
#include <stdio.h> // for snprintf().
#include "nvim/sha256.h" // for context_sha256_T
-#include "nvim/vim.h" // for STRCPY()/STRLEN().
+#include "nvim/vim.h" // for STRCPY()/strlen().
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "sha256.c.generated.h"