Skip to content

Commit

Permalink
simd-intrinsics.c: fix a misplaced #endif
Browse files Browse the repository at this point in the history
Fixes #5428.

Signed-off-by: Claudio André <claudioandre.br@gmail.com>
  • Loading branch information
claudioandre-br authored and solardiz committed Jan 17, 2024
1 parent e0a147f commit 173b562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simd-intrinsics.c
Expand Up @@ -401,8 +401,8 @@ void SIMDmd5body(vtype* _data, unsigned int *out,
}
}
}
#endif
else
#endif
{
MD5_PARA_DO(i)
{
Expand Down

0 comments on commit 173b562

Please sign in to comment.