Skip to content
Snippets Groups Projects
Commit 7f744b55 authored by deuce's avatar deuce
Browse files

Missing )

parent a484320b
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ int is_sorting(int chk) ...@@ -316,7 +316,7 @@ int is_sorting(int chk)
int intbufcmp(const void *a, const void *b, size_t size) int intbufcmp(const void *a, const void *b, size_t size)
{ {
#ifdef __BIG_ENDIAN__ #ifdef __BIG_ENDIAN__
return(memcmp(a,b,size); return(memcmp(a,b,size));
#else #else
int i; int i;
int ret; int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment