diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-03 20:47:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-03 20:47:15 +0300 |
commit | 786480850ac3d16c62ee2abfe410c4e00d16f70b (patch) | |
tree | 2026f57a1455381083c487730474b5d171f83ea4 /include/aes/error.h | |
parent | common.cmake: bugfix & refactoring (diff) | |
download | aes-tools-786480850ac3d16c62ee2abfe410c4e00d16f70b.tar.gz aes-tools-786480850ac3d16c62ee2abfe410c4e00d16f70b.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | include/aes/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aes/error.h b/include/aes/error.h index 532edeb..e094f8a 100644 --- a/include/aes/error.h +++ b/include/aes/error.h @@ -51,7 +51,7 @@ typedef struct params; void* call_stack[AES_MAX_CALL_STACK_LENGTH]; - size_t call_stack_size; + size_t call_stack_len; } AES_ErrorDetails; |